# Faucets

## How to Get APT on Testnet

1. Go to [Aptos faucet](https://aptos.dev/en/network/faucet) page.
2. Connect your google account
3. Enter your Aptos wallet address
4. Click on Mint

***

## How to Get USDT on Testnet Using Your Petra Wallet

#### Method 1:

1. Go to the [**USDC Faucet**](https://explorer.aptoslabs.com/object/0x24246c14448a5994d9f23e3b978da2a354e64b6dfe54220debb8850586c448cc/modules/run/usdt/faucet?network=testnet) Module on the Aptos Explorer.
2. Connect your Petra Wallet.
3. Enter the amount you want to mint (maximum: **1000 USDT**).\
   **Note on amount format:** USDT uses 6 decimal places.\
   For example:
   * To mint **1 USDT**, enter `1000000`.
   * To mint **1000 USDT**, enter `1000000000`.

#### Method 2:

1. Go to [testnet.kana.trade](https://testnet.kana.trade)
2. Connect your Petra wallet
3. Click on Deposit button on the top right
4. Click on Mint USDT button

***

## How to Get USDT on Testnet to Any Wallet Address

1. Go to the [**USDC Faucet to Address**](https://explorer.aptoslabs.com/object/0x24246c14448a5994d9f23e3b978da2a354e64b6dfe54220debb8850586c448cc/modules/run/usdt/faucet_to_address?network=testnet) Module on the Aptos Explorer.
2. Connect your Petra Wallet.
3. Enter the **wallet address** and the **amount** you want to mint (maximum: **1000 USDT**).\
   **Note on amount format:** USDT uses 6 decimal places.\
   For example:
   * To send **1 USDT**, enter `1000000`.
   * To send **1000 USDT**, enter `1000000000`.


---

# Agent Instructions: 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:

```
GET https://docs.kanalabs.io/perpetual-futures/kana-perps/for-developers-and-mms/faq/faucets.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
