# Testnet and Faucet

## Coin Contract Address

<table><thead><tr><th width="141">Symbol</th><th width="144">Testnet</th><th>Contract address</th></tr></thead><tbody><tr><td>USDT</td><td>Sepolia</td><td><code>0xb60B42C095d08776a6ecc9a246180FE37AbA02A5</code></td></tr><tr><td>USDC</td><td>Sepolia</td><td><code>0x2eAd10C40f15D33927a3114251733bAE44c9F0E3</code></td></tr><tr><td>USDT</td><td>Shasta</td><td><code>TBu65s6R4qBx1eHbiCRjrpD9DV2bD6P76W</code></td></tr></tbody></table>

## Faucets

{% hint style="warning" %}
The faucets provided below are not maintained by Aquanow, please use at your own risk.
{% endhint %}

<table><thead><tr><th width="143">Symbol</th><th width="142">Testnet</th><th>Faucet</th></tr></thead><tbody><tr><td>BTC</td><td>-</td><td><a href="https://testnet-faucet.com/btc-testnet/">https://testnet-faucet.com/btc-testnet/</a></td></tr><tr><td>BCH</td><td>-</td><td><a href="https://tbch.googol.cash/">https://tbch.googol.cash/</a></td></tr><tr><td>LTC</td><td>-</td><td><a href="https://testnet-faucet.com/ltc-testnet/">https://testnet-faucet.com/ltc-testnet/</a></td></tr><tr><td>ETH</td><td>Sepolia</td><td><a href="https://sepoliafaucet.com/">https://sepoliafaucet.com/</a></td></tr><tr><td>USDC</td><td>Sepolia</td><td>Ask Aquanow tech support to get test coins</td></tr><tr><td>USDT</td><td>Sepolia</td><td>Ask Aquanow tech support to get test coins</td></tr><tr><td>USDT</td><td>Shasta</td><td>Ask Aquanow tech support to get test coins</td></tr><tr><td>SOL</td><td>Devnet</td><td><a href="https://solfaucet.com/">https://solfaucet.com/</a></td></tr></tbody></table>


---

# 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.aquapay.io/integration-guide/testnet-and-faucet.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.
