# Tokenization and Contract Standard

#### **Fund Token**

Upon completion of due diligence, audit, and compliance assessment, the underlying assets are tokenized into transferable Fund Tokens based on shareholding.

#### **Contract standard**

ERC-3646 (permission control, share registration, compliance verification, disclosure pointers, auditability, and traceability).

#### **Embedded compliance**

Before any transfer, the smart contract automatically verifies conditions such as investor eligibility, jurisdictional restrictions, and limits by amount or holder type.

#### **On-chain proof**

Changes in shareholding and key information (e.g., disclosure document hashes, audit summary pointers) are recorded on-chain, enabling external verification.


---

# 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.cyclex.cc/tokenization-and-contract-standard.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.
