# Guaranteed Transaction Illustration

## How to use **Guaranteed Transaction?**

**Step 1: Enter our Dapp** [**dapp.creditdao.cz**](https://dapp.creditdao.cz/) **and click \[Login in] to connect your wallet.**

![](https://1016749362-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKUveRzjGGWTd54qhAZFi%2Fuploads%2FoX1imcr7xrNumU6SRWdQ%2Fimage.png?alt=media\&token=cb1d02c1-8bf1-432e-9c6f-c17c04725c94)

**Step 2: After connecting wallet, click the trading to enter the \[Trading] page.**&#x20;

<img src="https://1016749362-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKUveRzjGGWTd54qhAZFi%2Fuploads%2FZIHdmUJXc31xQR79YgiH%2Fimage.png?alt=media&#x26;token=73138952-f7fa-4ec6-9e69-eec0c0889e15" alt="" data-size="original">

**Step 3: Click \[Create Order] to create your buying order, and while you click \[My Orders], you could check all orders you created.** &#x20;

<figure><img src="https://1016749362-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKUveRzjGGWTd54qhAZFi%2Fuploads%2FyGwQy4TO4mJpUXSiukzs%2F57.png?alt=media&#x26;token=44f46ee7-e37a-474c-9a31-77c50bc8ad33" alt=""><figcaption></figcaption></figure>

## How to make Buy Order?

<figure><img src="https://1016749362-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKUveRzjGGWTd54qhAZFi%2Fuploads%2FMubFON9worUHAPw1ZsFy%2F53.png?alt=media&#x26;token=701ff4e4-b92b-4bca-8d24-19ac0ea61265" alt=""><figcaption></figcaption></figure>

**Buy Rules:**

1. To protect CD price from being manipulated, we've set a limitation on CD's daily high price;
2. The smart contract requires each address can only create 2 buy orders, Min amount≥10 CD;
3. There will be a cost USDT need to pay, the cost USDT will deposit on the garranted contranct, it will return to your wallet when cancelled;
4. Buy price ≤ 24h Limit price;
5. The amount (CD) of seller ≥ limit set by the buyer, the buy order can be traded.; For more technical details on guaranteed transaction, please refer to the section in the white paper.

## How to make Sell Order?

<figure><img src="https://1016749362-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKUveRzjGGWTd54qhAZFi%2Fuploads%2FbNrOpLYts5frHOrU5sDL%2F54.png?alt=media&#x26;token=b08af16c-3f21-4269-99b6-94a9ff210882" alt=""><figcaption></figcaption></figure>

**Sell Rules:**

1. To protect CD price from being manipulated, we've set a limitation on CD's daily high price.
2. The smart contract requires each address can only creat max 1 sell order.
3. The CD prepaid for the buy order will temporarily be stored in the guaranted contract, the unsold CD will automatically return when cancelled.
4. In selling orders, the selling price≥24h high price, selling quantity≥10.
5. The USDT quantity of the buyer ≥ limit (CD price) need to pay for purchasing CD tokens, the sell order can be traded. For more technical details on guaranteed transaction, please refer to the section in the white paper.

## How to make Transfer Order?

<figure><img src="https://1016749362-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKUveRzjGGWTd54qhAZFi%2Fuploads%2FNQcV9Y0GCHuIgjEzFbHI%2F52.png?alt=media&#x26;token=2606eece-7f69-49ef-b3fc-1091305f4dd6" alt=""><figcaption></figcaption></figure>

**Transfer Rules**&#x20;

A transfer order is an anonymous peer-to-peer trading method designed to secure over-the-counter tr ansactions. It has the following features:

1. No price restrictions, you can enter any price.
2. Only the trading address can view the relevant order.
3. After the other party pays USDT, the order is completed.
4. When you cancel the transfer order, the transaction fees paid in advance will be automatically returned to your wallet. For more technical details on guaranteed transaction, please refer to the section in the white paper.


---

# 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://creditdao.gitbook.io/doc/tutorial/guaranteed-transaction-illustration.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.
