> For the complete documentation index, see [llms.txt](https://docs.yakkamon.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yakkamon.com/pre-registration/flower-deposits.md).

# $FLOWER Deposits

## Deposit early, climb the board

Yakkamon does not launch a new token — it reuses [**$FLOWER**](https://docs.sunflower-land.com/getting-started/usdflower-erc20), the same ERC20 token used across our games. That means you can start building your in-game balance today, before early access even opens.

{% hint style="info" %}
**Where to get $FLOWER**

$FLOWER is an ERC20 token available on **Base** and **Ronin**, with the same contract address on both chains:

`0x3E12b9d6A4D12cd9b4a6d613872d0Eb32f68b380`

**On Base**

* Buy: [Swap for $FLOWER on Uniswap](https://app.uniswap.org/swap?chain=base\&outputCurrency=0x3E12b9d6A4D12cd9b4a6d613872d0Eb32f68b380\&inputCurrency=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)
* Token: [$FLOWER on BaseScan](https://basescan.org/token/0x3E12b9d6A4D12cd9b4a6d613872d0Eb32f68b380)

**On Ronin**

* Buy: [Swap for $FLOWER in the Ronin Wallet](https://wallet.roninchain.com/app/swap)
* Token: [$FLOWER on the Ronin App](https://app.roninchain.com/token/0x3e12b9d6a4d12cd9b4a6d613872d0eb32f68b380)

More info: [$FLOWER ERC20](https://docs.sunflower-land.com/getting-started/usdflower-erc20) and [tokenomics](https://docs.sunflower-land.com/project/economy-tokenomics).

Always check the contract address matches the one above before swapping.
{% endhint %}

Every deposit you make during pre-registration does **two** things at once:

1. **It credits your in-game balance.** The $FLOWER you deposit is held for you and waiting the moment you get access to the game.
2. **It earns you pre-registration points.** Deposits convert straight into points on the leaderboard, and bigger deposits earn **exponentially** more.

You are not trading one for the other. You keep the $FLOWER *and* you keep the points — and those points push you toward the trainer tiers, earlier access waves, and the [NFT airdrop](/pre-registration/legendary-founder-nfts.md).

## What happens when you get access

Once early access opens and you're in the game, your deposited $FLOWER is yours to use however you want:

* **Spend it in-game.** Use it across the game economy — gear, crafting, hunting supplies, and everything else $FLOWER buys (see [What you can spend $FLOWER on](#what-you-can-spend-usdflower-on) below).
* **Withdraw it, tax-free.** Changed your mind, or just want it back? Withdraw your $FLOWER with **no withdrawal tax** from **Chapter 0** onward.

There's no lock-up and no penalty for taking your $FLOWER back out. Depositing early costs you nothing but earns you points.

{% hint style="info" %}
**Marketplace & withdrawals open at Chapter 0** — one month after early access launch, once everyone from pre-registration is in the game and the system has been securely set up and tested. See [Important Dates](/pre-registration/important-dates.md).
{% endhint %}

{% hint style="info" %}
**Withdrawal limits at launch.** For security reasons, we may apply percentage-based withdrawal limits during the first few weeks after withdrawals open. This is a standard safeguard to protect the game economy and player funds while the project stabilises — it caps how much can be withdrawn in a given period, not whether you can withdraw. Limits are lifted as the project settles.
{% endhint %}

## What you can spend $FLOWER on

$FLOWER exists to be **used inside the ecosystem**. It's the currency that moves the game economy, and the whole point of holding a balance is what it unlocks for you as a trainer — not sitting idle in a wallet.

Launch is where that starts. We're building a run of **early access offers** that are only available in the opening period, designed so the trainers who showed up early get the most out of their balance:

* **Discounted Gems.** Gems at early access rates — the best pricing we'll offer.
* **VIP access.** Unlock VIP status and the perks that come with it.
* **Exclusive purchasable items.** Launch-window gear, cosmetics, and collectibles you won't be able to pick up later.
* **Auctions.** Bid your $FLOWER on rare and one-off items going under the hammer — auctions open at **Chapter 0**.
* **In-game economy.** Crafting materials, hunting supplies, gear, and everything else that keeps your farm and your team growing.

That's the short list — more offers land as we get closer to early access, and we'll keep announcing them in the lead-up.

{% hint style="success" %}
**The bigger your balance at launch, the more of these you can claim.** Early access offers are time-limited and, in the case of auctions and exclusive items, limited in supply too. Trainers who arrive with $FLOWER ready are the ones who get first pick.
{% endhint %}

## In short

* Deposit $FLOWER now → earn points now.
* Bigger deposits → exponentially more points.
* At launch → put it to work on discounted Gems, VIP access, exclusive items, auctions, and the game economy.
* Prefer to take it out? → withdraw tax-free, no lock-up, from Chapter 0 onward.
* Early weeks → expect percentage withdrawal limits while things stabilise.

**Start collecting $FLOWER now — on** [**Uniswap (Base)**](https://app.uniswap.org/swap?chain=base\&outputCurrency=0x3E12b9d6A4D12cd9b4a6d613872d0Eb32f68b380\&inputCurrency=0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913) **or** [**Ronin Wallet swap**](https://wallet.roninchain.com/app/swap) **— and deposit early to secure your rank.**


---

# 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://docs.yakkamon.com/pre-registration/flower-deposits.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.
