# How to get coins on testnet (https://docs-dmpho5eos-ton-core-docs.vercel.app/llms/ecosystem/wallet-apps/get-coins/content.md)



Testnet coins are used for development and testing on the TON testnet. To obtain testnet Toncoin, a testnet wallet is required.

Depending on the required amount of Toncoin, choose one of the following options:

* For regular requests of 2 TON per hour, use Telegram [Testgiver TON bot](#use-testgiver-ton-bot).
* For larger allocations of up to 5,000 TON, submit a [request form](#use-request-form).

## Use Testgiver TON Bot [#use-testgiver-ton-bot]

1. Download [Telegram](https://telegram.org/) and create an account.

2. Open [`@testgiver_ton_bot`](https://t.me/testgiver_ton_bot) in a browser and click <kbd>Open Telegram</kbd>.

   <Image src="/images/fund-wallet/open-telegram-light.png" darkSrc="/images/fund-wallet/open-telegram-dark.png" width="608" height="342" alt="Open Telegram prompt" />

3. Once the bot opens, click <kbd>Start</kbd> to initiate the session.

   <Image src="/images/fund-wallet/start-bot-light.png" darkSrc="/images/fund-wallet/start-bot-dark.png" width="608" height="342" alt="Start bot screen" />

4. After the `/start` command is sent, the bot displays a welcome message. Click <kbd>Get 2 TON in testnet</kbd> to request test coins.

   <Image src="/images/fund-wallet/bot-welcome-light.png" darkSrc="/images/fund-wallet/bot-welcome-dark.png" alt="Bot welcome screen" />

5. A captcha prompt appears. Open the image to view it in full size and enter the displayed characters.

   <Image src="/images/fund-wallet/captcha-light.png" darkSrc="/images/fund-wallet/captcha-dark.png" alt="Captcha screen" />

6. Once the captcha is complete, enter the testnet wallet address.

   <Image src="/images/fund-wallet/enter-address-light.png" darkSrc="/images/fund-wallet/enter-address-dark.png" alt="Enter wallet address" />

   <Callout type="caution">
     Verify that the pasted address belongs to the **testnet**. Mainnet and testnet addresses are distinct. See [Internal address formats](/llms/foundations/addresses/formats/content.md) for details.
   </Callout>

7. After submitting the address, a message confirms that the request is queued. Then, the bot processes it and sends 2 Toncoin in testnet.

   <Image src="/images/fund-wallet/request-confirmed-light.png" darkSrc="/images/fund-wallet/request-confirmed-dark.png" alt="Request confirmed" />

8. No additional confirmation is sent when the request is processed.
   To confirm receipt of the testnet Toncoin, see [Verify the transfer](#verify-the-transfer).

9. To request again, open the menu in the lower-left corner, select `/get`, and repeat the steps.

   <Image src="/images/fund-wallet/menu-light.png" darkSrc="/images/fund-wallet/menu-dark.png" alt="Bot menu" />

## Use request form [#use-request-form]

Request up to 5,000 testnet TON by completing the [token request form](https://builders.ton.org/opportunities/testnet).
The TON Foundation reviews the submission and transfers the tokens directly to the specified testnet wallet address.

## Verify the transfer [#verify-the-transfer]

After requesting tokens, use the Tonviewer Testnet explorer to verify that the transfer occurred.

1. Open [Tonviewer Testnet](https://testnet.tonviewer.com/), enter the wallet address in the search bar, and click <kbd>Find</kbd>.

   <Image src="/images/fund-wallet/tonviewer-light.png" darkSrc="/images/fund-wallet/tonviewer-dark.png" alt="Tonviewer search" />

2. The explorer shows the current balance and transaction history, including the testnet Toncoin received from the bot. The account state is `uninit`, indicating that the account is not deployed.

   <Image src="/images/fund-wallet/account-uninit-light.png" darkSrc="/images/fund-wallet/account-uninit-dark.png" alt="Wallet balance showing uninit state" />

3. To [deploy the account](/llms/ecosystem/wallet-apps/web/content.md) send any transaction from the wallet.
