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

# Quickstart

***

### Before you begin

You will need:

* A Canton-compatible wallet (Loop Wallet is recommended for most users)
* CC (Canton Coin) or USDC to subscribe with
* A valid identity document for KYC verification

***

### Step 1 — Connect your wallet

Go to [markets.fractit.com](https://markets.fractit.com) and click **Launch App**. Connect your Canton-compatible wallet when prompted.

> DFMREIT runs on Canton Network — not Ethereum or any EVM chain. MetaMask and other EVM wallets are not supported.

***

### Step 2 — Complete KYC

First-time users must complete identity verification before any action is permitted. Click **Get Verified** and follow the onboarding steps:

* Submit a government-issued identity document
* Complete liveness check
* Pass sanctions and PEP screening

Verification typically completes within minutes. Once approved, your wallet is added to the whitelist and you can subscribe, trade, and redeem.

***

### Step 3 — Subscribe for DFMREIT

Subscriptions are available when the Dubai Financial Market is open (Sunday–Thursday, 10:00 AM–2:00 PM Gulf Standard Time).

1. Navigate to **Markets → DFMREIT**
2. Enter the amount of CC or USDC you want to invest
3. Review the current market price and estimated token amount
4. Confirm the transaction

DFMREIT tokens are delivered to your wallet immediately.

***

### Step 4 — Trade or hold

Your tokens are now live in your wallet. From here you can:

* **Hold** — your token tracks the DFMREIT index performance
* **Trade** — buy or sell anytime on the secondary AMM market, which runs 24/7
* **Redeem** — burn your tokens for CC or USDC during an announced redemption window

***

### Next steps

* How the AMM Works — understand secondary market pricing
* NAV Calculation — how the token value is calculated
* Fee Structure — all fees in one place


---

# 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.fractit.com/getting-started/quickstart.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.
