# Accquire Testnet Assets

To test your integration, you’ll need testnet assets. Faucets provide free tokens for this purpose.

1. **Bitcoin Testnet**:
   * Use a reliable Bitcoin Testnet3 faucet, such as <https://coinfaucet.eu/en/btc-testnet/>
   * Input your testnet wallet address to receive test BTC.
2. **Ethereum Sepolia Testnet**:
   * Visit a Sepolia ETH faucet like [Google Faucet ](https://cloud.google.com/application/web3/faucet/ethereum/sepolia)or [Sepolia Faucet](https://sepoliafaucet.com/) or [Alchemy Faucet](https://www.alchemy.com/faucets/ethereum-sepolia)
   * Paste your Sepolia wallet address from MetaMask to get free test ETH.
3. **Tron Shasta Testnet**:
   * Access the official [Shasta Faucet.](https://shasta.tronex.io)
   * Log in with your TronLink wallet and request testnet TRX.


---

# 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.paymento.io/accept-crypto-payments/testing-and-simulation/accquire-testnet-assets.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.
