# 3 SMART CONTRACTS

- [register account](https://synthetic-exchange.gitbook.io/crt-exchange/crt-token/register-account.md): All users can register an account with Synthetic Exchange free of charge, with double factor authentication \[2FA] provided to all community members. The following guide helps with onboarding.
- [create wallet](https://synthetic-exchange.gitbook.io/crt-exchange/crt-token/create-wallet.md): Synthetic Exchange is powered via Bitcoin Electrum cryptocurrency wallet, supporting both CRT-QRC20 and Qtum cryptocurrencies. To create a blockchain wallet, please follow the steps below.
- [start trading](https://synthetic-exchange.gitbook.io/crt-exchange/crt-token/crt-trading.md): The following guide explains CRT Token smart chain contract logic, programming, and trading mechanics of Synthetic Chain. CRT Token is notionally pegged to 1 USD and fully tokenized with utility.
- [transaction fees](https://synthetic-exchange.gitbook.io/crt-exchange/crt-token/transaction-fees.md): Synthetic Exchange is executed over Synthetic Chain, a layer-1 smart contract platform supporting cryptocurrency dollar futures. CRT Token is enabled by Qtum Virtual Machine and Qtum fees.


---

# 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://synthetic-exchange.gitbook.io/crt-exchange/crt-token.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.
