# leverage (multiple)

Synthetic Exchange architecture is quite innovative, because of the robust programming of <mark style="color:green;">C</mark><mark style="color:yellow;">R</mark><mark style="color:red;">T</mark> Token smart contracts. Not only is <mark style="color:green;">C</mark><mark style="color:yellow;">R</mark><mark style="color:red;">T</mark> Token used as USD collateral, for all cryptocurrencies supported on Synthetic Chain, but <mark style="color:green;">C</mark><mark style="color:yellow;">R</mark><mark style="color:red;">T</mark> Tokens also support leverage!

## leverage

Following the contract logic for long & short <mark style="color:green;">C</mark><mark style="color:yellow;">R</mark><mark style="color:red;">T</mark> contracts [page](/crt-exchange/crt-token-1/crt-tokens/cryptocurrency-pairs.md), users can simply purchase a multiple of contracts in the form of financial leverage. Going back to previously described long crtETH tokens series, and short crtLTC token series, we can demonstrate power of $CRT tokens in case to amplify their position with by purchasing more than single contract. In the excerpt below crtBTC contract traded at $64,217, and the user went long $64,450 indicating a trade in the <mark style="color:green;">C</mark><mark style="color:yellow;">R</mark><mark style="color:red;">T</mark> token amount of $233. In this instance, we deployed (1) contract, but cold simple increase to (10) contracts.&#x20;

<figure><img src="/files/d1csRU49WxKlPjlerkyT" alt=""><figcaption><p>Synthetic Exchange</p></figcaption></figure>

## long crtETH -&#x20;

## users can purchase *10* contracts&#x20;

A **crtETH** long contract, and with the settlement price of $1,820 and spot price of $1,700, a difference in the amount of $120 (Settlement minus Price) is required to place the crypto trade. Let's assume that user would like to leverage this contract 10X, they can simply do so by purchasing 10 contracts.

In this example, the users will have to commit $120 x 10 = $1,200 worth of <mark style="color:green;">C</mark><mark style="color:yellow;">R</mark><mark style="color:red;">T</mark> Token. The payment, respectively will also equal the amount of <mark style="color:green;">C</mark><mark style="color:yellow;">R</mark><mark style="color:red;">T</mark> wagered as collateral = $1,200.

## short crtLTC -&#x20;

## users can purchase *100* contracts

A **crtLTC** short contract, and with the settlement price of $82.50 and spot price of $77.25, a difference in the amount of $5.25 (Settlement minus Price) is required to place the crypto trade. Let's assume that user would like to leverage this contract 100X, they can simply do so by purchasing 100 contracts.

In this example, the users will have to commit $5.25 x 100 = $525 worth of <mark style="color:green;">C</mark><mark style="color:yellow;">R</mark><mark style="color:red;">T</mark> Token. The payment, respectively will also equal the amount of <mark style="color:green;">C</mark><mark style="color:yellow;">R</mark><mark style="color:red;">T</mark> wagered as collateral = $525.


---

# 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-1/crt-tokens/leverage-multiplex.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.
