> For the complete documentation index, see [llms.txt](https://tulip-game.gitbook.io/tulip-game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tulip-game.gitbook.io/tulip-game/overview.md).

# Overview

## Background Story

This is a legendary story about tulips. 📖

It is said that after receiving injection of 10,000 divine power, tulips will come to earth, ushering in a glorious moment. 🌄

Players can become divine messengers by kissing the tulips.👄

&#x20;However, only the last player who kisses the tulip can receive God's blessing. Every time a player kisses the tulips, God's blessing will be transferred. 👼

If there's no new player kisses the tulip within 6 hours, the God's blessing will remain with that player for 6 hours, and the player will receive the glory treasure.💎

## TRANSFER LOSS

Due to the curse of the Tulip Demon, 15% will be deducted each time TLIP is transferred. 💱

8% of which will be sold for ETH and enter the Glory Treasure Pool, 3.5% will be sent to the team address for future development and operation, and the remaining 3.5% will be sacrificed and burned.♟️

## STAGE ONE: INJECT POWER

Users can inject up to 10 units of Divine Power for each address. 👾

Each unit of power costs 0.01ETH and will return 70,000,000  $TLIP in exchange. 💱

When 10,000 units of power are injected, 60 ETH will be added to the Glory Treasure Box Pool and 250 billion $TLIP and 40 ETH will be added to the initial liquidity pool. ⛽

The entire process is executed by the smart contract automatically and will open Stage Two and enable the $TLIP transfer function.⏭️

## STAGE TWO: KISS TULIP

Players can kiss the tulip by spending $TLIP, becoming a divine messenger and receiving God's blessing.👄

&#x20;The initial cost is 70 million $TLIP, and the cost will increase by 70 million $TLIP for each subsequent player who kisses the tulip. God's blessing period will be reset for 6 hours. 💹

The player who received God's blessing in the previous round will receive all the costs they paid when they initially kissed the tulip, as well as an additional 25% of the incremental 70 million $TLIP from the subsequent player. 🚣‍♀️

Furthermore, 50% of the incremental 70 million $TLIP will be sold to ETH and entered into the Glory Treasure Box Pool, 15% of 70 million $TLIP will be sent to the team address for future development and operation, and 10% of 70 million $TLIP will be sacrificed and burned. 💥

When the God's blessing continues for more than 6 hours (meaning no one else kisses the tulip for 6 hours), the player will become a glory messenger. 🥷

As a result, the glory messenger will be awarded 80% of the ETH reward in the Glory Treasure Box Pool. 💎

The remaining 20% will be entered into the next round of the Glory Treasure Box Pool, triggering the reset of the Tulip Holy Light to Stage One.🌷


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://tulip-game.gitbook.io/tulip-game/overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
