> For the complete documentation index, see [llms.txt](https://docs.guacamole.gg/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guacamole.gg/products-and-features/launch/create-your-own-token.md).

# Create Your Own Token

{% hint style="info" %}
This page shows documentation for our revised token creation portal, which will be released shortly. Creating an SPL token is currently live and available.
{% endhint %}

<figure><img src="/files/v5DxhCYIgZS5jO32v4Ek" alt=""><figcaption><p>Preview Of The Updated Token Creation Portal With More Options and Features.</p></figcaption></figure>

## Choosing Your Token Style

### SPL Tokens

{% content-ref url="/pages/3y4SP5FsVQpBAJz6xbFD" %}
[Create SPL Token](/products-and-features/launch/create-your-own-token/create-spl-token.md)
{% endcontent-ref %}

* **Definition**: SPL Tokens are the Solana blockchain's equivalent of ERC-20 tokens on Ethereum. They are the standard token type for fungible and non-fungible assets on Solana.
* **Usage**: Used for a wide range of purposes including DeFi applications, governance, and as utility tokens in various Solana-based projects.
* **Creation and Management**: Created and managed using the Solana Program Library (SPL), which provides a standardized way to issue and handle these tokens.
* **Efficiency**: Benefit from Solana's high throughput and low transaction fees.
* **Interoperability**: Easily integrated into Solana's ecosystem, including wallets, exchanges, and other DeFi applications.

### Token2022 (SuperTokens)

{% hint style="info" %}
Support For Token2022 in our no-code generator is coming shortly.
{% endhint %}

* **Definition**: Token2022 refers to a newer standard for tokens on Solana, proposed as an enhancement or extension of the original SPL token standard.
* **Usage**: Aimed at addressing specific limitations or requirements that emerged with the evolving blockchain landscape.
* **Advanced Features**: Includes additional functionalities and improvements over the original SPL standard, such as more efficient token transfers, better cross-program invocations, and enhanced security features.

### Key Differences

* **Standard Evolution**: Token2022 is a progression or evolution of the original SPL token standard, potentially offering advanced features and improvements.
* **Adoption and Integration**: SPL tokens are widely used and supported in the Solana ecosystem, whereas Token2022, being newer, may have limited adoption initially.
* **Feature Set**: Token2022 is expected to include enhanced features and optimizations that are not present in the original SPL token standard.


---

# 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://docs.guacamole.gg/products-and-features/launch/create-your-own-token.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.
