> For the complete documentation index, see [llms.txt](https://cagacrypto.gitbook.io/caga-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cagacrypto.gitbook.io/caga-whitepaper/ecosystem-development/testnet/faucet.md).

# Faucet

<figure><img src="/files/cDT6XmqjujqIJfnkaPfV" alt=""><figcaption><p>Faucet Page</p></figcaption></figure>

Harness the capabilities of the CAGA Testnet with ease using the CAGA Test Tokens. Ideal for risk-free experimentation, these tokens are your gateway to exploring transactions, smart contracts, and the rich features of the CAGA ecosystem.

**Claiming Your CAGA Test Token:**

1. **Access the Faucet**: Visit the [CAGA Network "Ankara" testnet faucet](https://portal-testnet.cagacrypto.com/faucet) directly or through the official website.
2. **Submit Wallet Address**: Paste your wallet address into the designated field on the faucet page.
3. **Claim Your Token**: Click the "Get Faucet Tokens" button to request your token, then wait for the automatic process to complete.

<figure><img src="/files/PxBmt6jHz4Og9SZ1XLR7" alt=""><figcaption><p>claiming</p></figcaption></figure>

4. **Confirm Receipt**: Check your wallet after a short period to confirm the arrival of your CAGA Test Token.

<figure><img src="/files/JPjgCuvIIQtaSsVZBPbz" alt=""><figcaption><p>received 1 token.</p></figcaption></figure>

5. **24-Hour Rule**: Remember, the faucet allows a claim of 1 CAGA Token per wallet every 24 hours.

Encounter an issue? Our [Support Team](mailto:undefined) is on standby to guide you through any hiccups.

Use these test tokens to engage with our DEX, Bridge, and NFT functionalities, ensuring your applications are polished and ready for deployment. Happy testing on the CAGA Network!


---

# 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://cagacrypto.gitbook.io/caga-whitepaper/ecosystem-development/testnet/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.
