> For the complete documentation index, see [llms.txt](https://docs.kanalabs.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kanalabs.io/perpetual-futures/kana-perps/getting-started/mainnet-tutorials/deposit-and-withdraw-tokens.md).

# Deposit & Withdraw Tokens

## To Deposit -

**Step 1** - Connect your wallet to the Perps trading platform, and click the “Deposit” button in the header bar.

<figure><img src="/files/KyXib3aOe3mp2xnsBXSp" alt=""><figcaption></figcaption></figure>

**Step 2** - In the same window, under the “Amount to be deposited to trading account” box, please enter the number of tokens you want to transfer to the Kana Perps platform and click on the “Deposit to Trading Account” button

<figure><img src="/files/hux10MeGIOR2k8xY8Xct" alt=""><figcaption></figcaption></figure>

**Step 3** - Once the deposit is transferred, you will receive a pop-up that says “Transaction Successful,” and your trading balance will be reflected in your profile info, which is right below the wallet address in the header section. You are now all set to start trading.

<figure><img src="/files/wIlTHmkI1KjdAZVF10LS" alt=""><figcaption></figcaption></figure>

**To Withdraw -**&#x20;

**Step 1** - Click on the “Withdraw” icon, and in the pop-up box that appears, please select the “Withdraw” option in the header section.

<figure><img src="/files/17hMKsKP81A42tEK5sgI" alt=""><figcaption></figcaption></figure>

**Step 2 -** Please enter the number of tokens you wish to withdraw to your wallet and click the “Withdraw from Trading Account” button.

<figure><img src="/files/rwAJVcrxBHd3Lcj3sGLI" alt=""><figcaption></figcaption></figure>


---

# 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.kanalabs.io/perpetual-futures/kana-perps/getting-started/mainnet-tutorials/deposit-and-withdraw-tokens.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.
