> For the complete documentation index, see [llms.txt](https://help.fjordfoundry.com/fjord-foundry-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.fjordfoundry.com/fjord-foundry-docs/for-sale-creators/how-to-create-a-sale/token-addresses.md).

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