> ## Documentation Index
> Fetch the complete documentation index at: https://docs.unvest.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Token Creator FAQs

> Frequently asked questions regarding the Unvest Token Creator.

<AccordionGroup>
  <Accordion title="What is Unvest Token Creator?">
    Unvest Token Creator is a tool that allows users to easily create their own ERC20 tokens. It is a user-friendly interface that simplifies the process of deploying a token contract onto the Ethereum blockchain, and other supported networks.
  </Accordion>

  <Accordion title="What does it cost to create a token?">
    There are no fees associated with using Unvest Token Creator. However, you will need to pay gas fees to deploy your token contract onto the blockchain.
  </Accordion>

  <Accordion title="Is the token I create with Unvest Token Creator audited and safe?">
    Yes, the token created with Unvest Token Creator is safe and secure. It uses an audited OpenZeppelin contract, which is a widely-respected and robust smart contract library. This ensures that your token follows best practices for security and is less likely to be vulnerable to hacks or bugs. Additionally, you can review the code yourself before deploying your token to ensure that it meets your specific requirements and security needs.
  </Accordion>

  <Accordion title="Where are the tokens I create stored?">
    All tokens created using Unvest Token Creator will be generated into the wallet that initiates the creation process. It is important to ensure that you have control over this wallet and that it is secure.
  </Accordion>

  <Accordion title="Can I customize the parameters of my token contract?">
    Unvest Token Creator provides a simple interface for creating ERC20 tokens, but it does not offer advanced customization options. If you need to customize the parameters of your token contract beyond the basic name, symbol, and total supply, you will need to use a more advanced tool or write your own contract.
  </Accordion>
</AccordionGroup>
