# Mint FAQs

<details>

<summary>How much does Mint cost? </summary>

Mint is **free** for projects for a limited time, with gas fees only required upon token creation.\
\
Please view our [Team Finance Pricing](https://docs.team.finance/team-finance-pricing) page for all fees.

</details>

<details>

<summary>Which chains does Mint support?</summary>

Currently, Mint supports the creation of audited Ethereum (ERC-20), BNB Chain (Binance Smart Chain), Polygon, Pulsechain, Heco, Velas, Kava and Fantom tokens. \
\
We are constantly adding new chains.

</details>

<details>

<summary>Where can I find the Contract Address of my minted token?</summary>

Upon successful minting, the confirmation screen will contain the hash and contract address of the minted token. \
\
You can also find the contract address by clicking on the minted token on the "[My Mints](https://mint.trustswap.org/my-locks)" webpage.

</details>

<details>

<summary>Where can I find my tokens after I mint them?</summary>

The tokens arrive automatically in your connected wallet at the time of creation. (e.g. Metamask wallet)

</details>

<details>

<summary>Can I create a token on a Testnet?</summary>

Yes, you can connect your wallet to the Seploa network to test an ERC-20 token generation on Ethereum (ETH).

</details>

<details>

<summary>Why do I not see my minted tokens on the "<a href="https://mint.trustswap.org/my-locks">My Mints</a>" webpage?</summary>

Make sure your wallet is connected to the correct corresponding network.\
\
For example, if you minted on the ETH chain, you need to set your wallet to the Ethereum Mainnet to view your minted tokens on the 'My Mints' page.

</details>

<details>

<summary>What should I do once I’ve created a token?</summary>

If you want to create a successful cryptocurrency, we strongly recommend using other Team Finance services such as [Liquidity Locks](https://docs.team.finance/token-locks/liquidity-locks), [token lock features](broken://pages/hdvzX2CW7IcpnoOBLPve), [Token Vesting](https://docs.team.finance/token-vesting), [Staking](https://dashboard.trustswap.org/app/stake), and [more](https://docs.team.finance/team-finance-pricing).

</details>


---

# 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://handbook.team.finance/services/token-creation/mint-faqs.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.
