> For the complete documentation index, see [llms.txt](https://instantmiso.gitbook.io/miso/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://instantmiso.gitbook.io/miso/tokens/token-factory.md).

# Token Minting & Verification

For any project wanting to use MISO, it all starts with actually having a token. We've made it easy for projects to mint their own tokens using tried and tested contracts - a benefit for their own peace of mind, but also for their community and investors who may not have the ability to verify token contracts themselves. No more hidden functions, no more (????) next to total supply on EtherScan - everything from the MISO factory is taste tested and quality assured to be delicious.

The token types chosen for MISO cover the most likely and popular use cases, new token types will be vetted and added as options to the Factory as MISO evolves and the needs of SushiSwap projects change.&#x20;

Use of the token factory is not necessary for a project to utilise any other sections of MISO, MISO supports custom tokens created outside of our factories as well. Similarly, the Token Minting functions can be utilized standalone. Just select your Token Type, it's Name, Ticker and how many you'd like to mint - then mint and send them on to your account. Give it a try today!

## The Token Types

### **Fixed Supply**&#x20;

A "standard" ERC20 token with a fixed supply and protections against further token minting or burning. Enter a name and a ticker for your token, decide the total that will ever exist and away you go.

### **Mintable**&#x20;

An ERC20 token with a function allowing further minting at a later date. Creators will have to assign an owner for the minting controls.

### **Sushi Tokens**

THE Sushi token - minting and governance. With it's unique attributes originally based on Compound's Governance Alpha smart contracts, Sushi tokens function similar to mintable tokens but with additional capabilities built into the token. Creators will have to assign an owner address for token functions during minting.&#x20;


---

# 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://instantmiso.gitbook.io/miso/tokens/token-factory.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.
