> For the complete documentation index, see [llms.txt](https://docs.toucan.earth/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.toucan.earth/developers/tools-+-examples/faucet.md).

# Testnet faucets

{% hint style="info" %}
Although we suggest you use local forks in your testing environment when developing on Toucan, if you need TCO2 or pool tokens on a testnet, you can use our faucet.
{% endhint %}

<details>

<summary>How to access CHAR and TCO2s on Base Sepolia</summary>

Access CHAR and TCO2s through our faucet on BaseScan. Here’s how:

* Go to [our faucet](https://sepolia.basescan.org/address/0xf2a25a2b3c9652a3eb32f7fe18cbf58e664fd054#writeContract) contract
* Navigate to **Contract** → **Write Contract**
* Connect your wallet
* Scroll to **Withdraw**
* Enter the contract address of the asset that you’d like to receive (see below)
* Enter **amount** of `1`
* Click **Write** and approve the transaction

**Sepolia asset addresses:**

* CHAR: `0xf92f74Dd03f9A9E04773cE5fF3BCeaBB2eB1dDf0` ([link](https://sepolia.basescan.org/address/0xf92f74dd03f9a9e04773ce5ff3bceabb2eb1ddf0))
* TCO2 PUR-229: `0xd0844B61Dcd657EE937D3CD8cF0a4b83a87218cD` ([link](https://sepolia.basescan.org/address/0xd0844B61Dcd657EE937D3CD8cF0a4b83a87218cD))
* TCO2 PUR-21: `0xe682370Cf0F1d62d672eda1C1D0220605602074c` ([link](https://sepolia.basescan.org/address/0xe682370cf0f1d62d672eda1c1d0220605602074c))
* TCO2 PUR 52: `0xF0476e6969fab717f7FCbA931b398e5D498D0f08` ([link](https://sepolia.basescan.org/address/0xf0476e6969fab717f7fcba931b398e5d498d0f08))

</details>

<details>

<summary>How to access NCT, BCT, and TCO2s on Celo Alfajores</summary>

[Toucan's testnet faucet](https://faucet.toucan.earth/) allows you to obtain small amounts of carbon test tokens.&#x20;

* Make sure you are on the [Alfajores](https://chainlist.org/?testnets=true\&search=alfajores) testnet.&#x20;
* Use [Chainlist](https://chainlist.org/) to add the test networks to your [MetaMask](https://metamask.io/) wallet in case you haven't done that.&#x20;
* Make sure you have testnet tokens from the relevant blockchain to be able to pay for the gas when getting Toucan test tokens. For CELO tokens try either the [Celo faucet](https://faucet.celo.org/) the [AllThatNode](https://www.allthatnode.com/faucet/celo.dsrv) faucet.

</details>


---

# 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.toucan.earth/developers/tools-+-examples/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.
