# Create a token

After the asset details are filled in, issuers/asset owners need to define the tokenomics of their real-world asset. They must determine:

* [**Token Details**](/how-to/public-chain/create-a-token/define-your-token.md)

In the Token Details section, issuers/asset owners outline the specific attributes of the token representing the real-world asset. This includes information such as the token's name, symbol, total supply, and maximum tokens per investor. They may also specify the vesting period if applicable, along with any lock-up periods to manage the token liquidity post-launch.&#x20;

* Token Sale

* Token Payout


---

# 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://docs.spydra.app/how-to/public-chain/create-a-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.
