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

# How to Deposit

## <mark style="color:blue;">Starting the Deposit Process</mark>

If you hold $MK in your DeFi wallet and you want to participate in battles or stake and earn rewards, you will need to first deposit your tokens into your Meme Kombat wallet on our platform. Following the steps laid out in this section will give you a step by step guide.

* <mark style="color:blue;">Step 1</mark> - Navigate to <https://arena.memekombat.io/account> and connect your wallet
* <mark style="color:blue;">Step 2</mark> - Navigate to the "Transfer" box and click on "Deposit". Once in this tab it will show the amount of $MK you have in your wallet that is available to transfer in to Meme Kombat
* <mark style="color:blue;">Step 3</mark> - In the "Amount to deposit" field you will input the amount of $MK in your wallet you wish to deposit, or you can select "Max" and it will auto fill the entire sum of $MK that exists in your wallet
* <mark style="color:blue;">Step 4</mark> - To initiate the transfer you will click "Deposit". <mark style="color:red;">**This will trigger a two step process, both of which will require confirming a transaction.**</mark> The first transaction will be an approval (this is standard blockchain logic, not $MK specific). The second transaction will initiate the transfer of $MK from your DeFi wallet to Meme Kombat.&#x20;

Once the above steps have been complete you will see your $MK reflect in your Meme Kombat wallet in approximately 6 Eth blocks. Meme Kombat will routinely use a 6 block confirmation cycle when moving your tokens.


---

# 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://memekombattoken.gitbook.io/meme-kombat-whitepaper/how-to-deposit.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.
