> For the complete documentation index, see [llms.txt](https://docs.cwifwiki.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cwifwiki.com/token-extensions/token-extensions-intro.md).

# Token Extensions Intro

Token Extensions on Solana enable advanced functionalities for digital assets, providing features such as confidential transfers, permanent delegation, required metadata, transfer hooks, and transfer fees.&#x20;

These extensions are designed for enterprise-grade use cases, allowing developers to create stablecoins and simplify payments with native metadata. They support privacy preservation while ensuring regulatory compliance and offer backwards compatibility with existing Solana tokens (although dApps may need updates). Audited for security, these extensions facilitate the creation of rich, programmable assets on the Solana blockchain.

For full details, visit [Solana Token Extensions](https://solana.com/solutions/token-extensions).

*(page last updated June 13, 2024)*


---

# 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:

```
GET https://docs.cwifwiki.com/token-extensions/token-extensions-intro.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.
