# Token Addresses

We recommend testing your sale setup on **Sepolia** before launching on mainnet. Use the resources below to get testnet ETH and mint test tokens.

***

#### Get Sepolia ETH

Use the Alchemy faucet to receive Sepolia ETH for testing:\
👉 [Alchemy Sepolia Faucet](https://www.alchemy.com/faucets/ethereum-sepolia)

***

**Mint Test Tokens**

Use this test token contract to mint tokens for your LBP or other sale setup:\
👉 [Mint Test Tokens on Sepolia](https://sepolia.etherscan.io/address/0x73F4E02efBffCADC9C2Af25213faD30Cb67Dc55c#writeContract)

***

**Test Token Addresses on Sepolia**

These are example token contracts commonly used in testing:

* **WETH:** `0xf531b8f309be94191af87605cfbf600d71c2cfe0`
* **Share Token $SSS** (Test Value = $1): `0x0A5ee9c97e6A71EE4cAd4EE7986BC99EE96dE46a`
* **Asset Token $AAA** (Test Value = $1): `0x05a9d11af6D0cEE979c6fE7dAf2C4D80add56e68`


---

# 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://help.fjordfoundry.com/fjord-foundry-docs/for-sale-creators/how-to-create-a-sale/token-addresses.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.
