> 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/paymaster-service/kana-paymaster-for-aptos-and-supra/deposit-allowance.md).

# Deposit Allowance

### Deposit Allowance&#x20;

Once you have registered your account, the next step is to deposit funds into your allowance balance. These deposited tokens can then be used to sponsor transactions on the platform.

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

### To deposit funds&#x20;

After registering, you will need to go to the deposit tab in order to deposit allowance and view your allowance balance. In the Deposit tab enter the amount you want to deposit. You need to send the desired amount of APT tokens only from your registered wallet address.

### Deposit Options

#### 1. Deposit

To deposit funds evenly to all feepayer accounts.

#### 2. Deposit and Equalise

To deposit fund unevenly to maintain same balance on all feepayer accounts.&#x20;

#### 3. Deposit to Specific

To deposit to a particular feepayer account.

### Allow for Confirmation

Blockchain transactions require confirmations to be included in blocks. Allow the transaction in your extension.&#x20;

### Begin Sponsoring Transactions

These deposited tokens are now available in your allowance balance to sponsor transactions. To submit transactions for the platform to process, you will need your unique payer key that was provided upon registration.

Once you have deposited funds into your allowance balance, the next step is to whitelist wallet addresses that will be eligible to receive sponsored transactions from your account.


---

# 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/paymaster-service/kana-paymaster-for-aptos-and-supra/deposit-allowance.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.
