# ERC3643

## ERC-3643

- [ERC-3643 Permissioned Tokens](https://docs.erc3643.org/erc-3643/overview-of-the-protocol/erc-3643-permissioned-tokens.md): The Token standard for RWA Tokenization
- [Built-in Compliance Framework](https://docs.erc3643.org/erc-3643/overview-of-the-protocol/built-in-compliance-framework.md): On-chain identities and Compliance modules
- [Onchain identities management](https://docs.erc3643.org/erc-3643/overview-of-the-protocol/built-in-compliance-framework/onchain-identities-management.md): An open-source identity system compatible with any KYC agents
- [Modular Compliance add-ons](https://docs.erc3643.org/erc-3643/overview-of-the-protocol/built-in-compliance-framework/modular-compliance-add-ons.md): Enrich your tokens with any compliance rule you like
- [Interoperability & Standards](https://docs.erc3643.org/erc-3643/overview-of-the-protocol/interoperability-and-standards.md)
- [Enhanced by the T-REX token](https://docs.erc3643.org/erc-3643/overview-of-the-protocol/enhanced-by-the-t-rex-token.md): A strong Ecosystem building the future of Onchain Finance
- [Permissioned Tokens](https://docs.erc3643.org/erc-3643/smart-contracts-library/permissioned-tokens.md)
- [Tokens Interface](https://docs.erc3643.org/erc-3643/smart-contracts-library/permissioned-tokens/tokens-interface.md)
- [Onchain identities](https://docs.erc3643.org/erc-3643/smart-contracts-library/onchain-identities.md)
- [ONCHAINID Interface](https://docs.erc3643.org/erc-3643/smart-contracts-library/onchain-identities/onchainid-interface.md)
- [Identity Registry](https://docs.erc3643.org/erc-3643/smart-contracts-library/onchain-identities/identity-registry.md)
- [Identity Registry Interface](https://docs.erc3643.org/erc-3643/smart-contracts-library/onchain-identities/identity-registry/identity-registry-interface.md)
- [Identity Registry Storage](https://docs.erc3643.org/erc-3643/smart-contracts-library/onchain-identities/identity-registry-storage.md)
- [Identity Registry Storage Interface](https://docs.erc3643.org/erc-3643/smart-contracts-library/onchain-identities/identity-registry-storage/identity-registry-storage-interface.md)
- [Trusted Issuers Registry](https://docs.erc3643.org/erc-3643/smart-contracts-library/onchain-identities/trusted-issuers-registry.md)
- [Trusted Issuers Registry Interface](https://docs.erc3643.org/erc-3643/smart-contracts-library/onchain-identities/trusted-issuers-registry/trusted-issuers-registry-interface.md)
- [Claim Topics Registry](https://docs.erc3643.org/erc-3643/smart-contracts-library/onchain-identities/claim-topics-registry.md)
- [Claim Topics Registry Interface](https://docs.erc3643.org/erc-3643/smart-contracts-library/onchain-identities/claim-topics-registry/claim-topics-registry-interface.md)
- [Compliance management](https://docs.erc3643.org/erc-3643/smart-contracts-library/compliance-management.md)
- [Compliance Interface](https://docs.erc3643.org/erc-3643/smart-contracts-library/compliance-management/compliance-interface.md)
- [Tokens Factory](https://docs.erc3643.org/erc-3643/smart-contracts-library/tokens-factory.md)
- [T-REX Factory Interface](https://docs.erc3643.org/erc-3643/smart-contracts-library/tokens-factory/t-rex-factory-interface.md)
- [Tokens Gateway](https://docs.erc3643.org/erc-3643/smart-contracts-library/tokens-factory/tokens-gateway.md)
- [T-REX Gateway Interface](https://docs.erc3643.org/erc-3643/smart-contracts-library/tokens-factory/tokens-gateway/t-rex-gateway-interface.md)
- [Official Factories & Gateways](https://docs.erc3643.org/erc-3643/smart-contracts-library/tokens-factory/official-factories-and-gateways.md)
- [Proxies](https://docs.erc3643.org/erc-3643/smart-contracts-library/proxies.md)
- [T-REX Token Overview](https://docs.erc3643.org/erc-3643/t-rex-utility-token/t-rex-token-overview.md): The Utility and Governance token powering the ERC-3643 T-REX ecosystem
- [Token Functionality](https://docs.erc3643.org/erc-3643/t-rex-utility-token/t-rex-token-overview/token-functionality.md)
- [Tokenomics](https://docs.erc3643.org/erc-3643/t-rex-utility-token/t-rex-token-overview/tokenomics.md)
- [Airdrop Allocations](https://docs.erc3643.org/erc-3643/t-rex-utility-token/t-rex-token-overview/airdrop-allocations.md)
- [The T-REX DAO](https://docs.erc3643.org/erc-3643/resources-and-community/the-t-rex-dao.md)
- [$T-REX Token Holders](https://docs.erc3643.org/erc-3643/resources-and-community/the-t-rex-dao/usdt-rex-token-holders.md)
- [The ERC3643 Association](https://docs.erc3643.org/erc-3643/resources-and-community/the-t-rex-dao/the-erc3643-association.md): Guidelines and evolution of the ERC-3643 T-REX Protocol
- [The Ecosystem Manager](https://docs.erc3643.org/erc-3643/resources-and-community/the-t-rex-dao/the-ecosystem-manager.md)
- [The Builders](https://docs.erc3643.org/erc-3643/resources-and-community/the-t-rex-dao/the-builders.md)
- [Get Involved](https://docs.erc3643.org/erc-3643/resources-and-community/get-involved.md): Official links


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.erc3643.org/erc-3643/overview-of-the-protocol/erc-3643-permissioned-tokens.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.
