> For the complete documentation index, see [llms.txt](https://docs.telcoin.network/telcoin-network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.telcoin.network/telcoin-network/getting-started/faucet.md).

# Faucet

**1. Visit the Telcoin Network TEL Faucet**

Visit[ https://telcoin.network/faucet](https://telcoin.network/faucet) on a desktop browser.

Mobile users may need to follow a different procedure based on their mobile wallet application. For example, MetaMask users [must access the faucet webpage from the MetaMask application browser](https://support.metamask.io/getting-started/how-to-use-the-metamask-mobile-browser/) in order to interact with the faucet.

**2. Press "Connect Wallet" Button**

Select the wallet you would like to connect.

If your preferred wallet isn't on the list, use WalletConnect to see additional supported wallets.

You may need to select "View All" to find wallets that are installed as browser extension or desktop applications. Mobile-based wallets are also supported through WalletConnect.

**3. Request Tokens**

Click on the “Request Tokens” button. The faucet will then send a specific amount of testnet tokens to the connected wallet's address.

Users may need to import tokens to see updated balances in their wallets. If large amounts of testnet tokens are needed for your project, please email <support@telcoin.org> for further assistance!

**4. Check Your Wallet**

Open your wallet, and you should see the testnet tokens with an increased balance.

#### **Telcoin Network: Adiri Testnet Details**

You will be prompted to add the new network information. Enter the following details:

* **Network Name**: Telcoin Network
* **RPC URLs**:&#x20;
  * <https://adiri.tel&#x20>;
  * <https://rpc.adiri.tel>
  * <https://node1.telcoin.network>
  * <https://node2.telcoin.network>
  * <https://node3.telcoin.network>
* **Chain ID**: 2017
* **Currency Symbol**: TEL
* **Block Explorer URL**: <https://telscan.io>

**Important Points to Remember**

* Testnet Tokens: The tokens received from the faucet are for testnet use only and have no real-world value.
* Exploration and Learning: Use these tokens to explore the features and functionalities of the Telcoin Network, test smart contracts, or try out dApps in a risk-free environment.
* Limited Quantity: There is a limit to the number of tokens you can request within a specific timeframe to ensure fair distribution among all users.
* Developers sending multiple transactions in a row should connect to an RPC node directly using: <https://node1.telcoin.network>, <https://node2.telcoin.network>, or <https://node3.telcoin.network>

If you encounter any issues or need further assistance, feel free to email us at <support@telcoin.org>

<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.telcoin.network/telcoin-network/getting-started/faucet.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.
