> 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/deposit-and-withdrawal.md).

# Deposit & Withdrawal

## For Wallets like Petra, Nightly & Martian Wallets, here's the flow&#x20;

### **To Deposit -**&#x20;

**Step 1 -** Click “Connect Wallet” and select your wallet (Please ensure your wallet is in Testnet mode).&#x20;

**Step 2** - Click “Faucet/Deposit” and select “Mint Now” to receive your testnet USDT tokens.&#x20;

**Step 3** - 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

**Step 4** - You are now all set to start trading.

### **To Withdraw -**&#x20;

**Step 1** - Click “Faucet/Deposit”, and in the pop-up box that appears please select the “Withdraw” option in the header section.&#x20;

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

***

## For Aptos Keyless Wallets (Google Wallet), here's the flow&#x20;

### To Deposit -&#x20;

**Step 1**—Click “Connect Wallet” and select “Google/Apple” to log in using your Gmail or Apple iCloud ID.&#x20;

**Step 2**—Click “Faucet/Deposit” and select “Mint Now” to receive your testnet USDT tokens.&#x20;

**Step 3**—In the same window, in the “Amount to be deposited to trading account” box, please enter the number of tokens you want to transfer to the trading platform and click on the “Deposit to Trading Account” button.

**Step 4** - You are now all set to start trading.

### **To Withdraw -**&#x20;

**Step 1**—Click on “Faucet/Deposit,” and in the pop-up box that appears, select the “Withdraw” option in the header section.&#x20;

**Step 2**—Please enter the number of tokens you wish to withdraw to your wallet and click on the “Withdraw from Trading Account” button.&#x20;

{% hint style="info" %}
Please note that there is an individual user withdrawal cap of $ 5,000 per 24 hours and an overall platform level cap at 10% TVL. Once the withdrawal limit is reached, no user can withdraw funds until it is reset.  The TVL is updated using the rolling window method once every 1 hour.&#x20;
{% endhint %}

<br>


---

# 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/deposit-and-withdrawal.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.
