# Create token

**Create token**

For project owners who want to create a token the "Create token" page is available. On this screen it is possible to create your own token by connecting your wallet to PSI-PAD, filling in all details as shown in the image above and clicking on create.

**Token name**

The name of the token you want to create. This name will enable participants (investors) to find you within the PSI-PAD and indexing sites as coinmarketcap, coingecko, bogged, etc…  and will be the name you use to add your token to a self custodian wallet such as Trustwallet or Metamask.

**Token symbol**

The symbol or "ticker" of your token. This symbol will enable participants (investors) to find you within the PSI-PAD and indexing sites as coinmarketcap, coingecko, bogged, etc… and to add your token to a self custodian wallet like trustwallet or metamask.

**Initial supply**

The initial supply determines how many tokens will be created upon the token creation.

**Token features**

This section of the token creation page configures functionality for the token contract that gets created. The image shows burnable and mintable selection options but in the future this list will be extended with much more functionality that can be configured.

**Burnable**

Determine if the token contract allows token burns.

**Mintable**

Determine if the token contract allows future minting of additional tokens.

**Maximum supply**

When mintable is set to on, a maximum supply can be set to determine how many tokens can be minted on top of the initial supply.

**Minter delay**

When mintable is set to on, a delay can be set.


---

# 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://passiveincome.gitbook.io/whitepaper/passive-applications/presale-platform/features-and-services/create-token.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.
