# 탄소 크레딧 거래

**"  탄소 크레딧 거래 프로토콜( Carbon Credit Trading Protocol ) "**&#xC740; **탄소 프로젝트 명부를 기반으로 바우처 토큰의 배포 및 발행**과, 이로부터 **파생되는 토큰의 배포, 발행**, 그리고 거래를 관리하는 프로토콜입니다.&#x20;

<figure><img src="/files/TGrCr49O65PT5ELyG0sd" alt="" width="418"><figcaption><p>[ 탄소 크레딧 거래 프로토콜 구성 ]</p></figcaption></figure>

파생 토큰을 발행하기 위해서는 먼저 **바우처 토큰을 파생 토큰 스마트 컨트랙트 주소에 수탁**해야 합니다. 이러한 바우처 토큰 거래는 **" 거래 폴( Trading Pool ) "**&#xC774;라는 스마트 컨트랙트를 통해 이루어집니다.&#x20;

<figure><img src="/files/Z7wUsWIXYAatAV8trVg9" alt=""><figcaption><p>[ 탄소 크레딧 거래 가격 구성 ]</p></figcaption></figure>

**바우처 토큰의 초기 가격**은 **탄소 프로젝트의 지주**가 설정하며, 이에 따라 발행된 **파생 토큰은 바우처 토큰의 초기 가격 이상으로만 거래** 될 수 있습니다.&#x20;

### Github 링크

{% embed url="<https://github.com/gesia-platform/carbon-credits-markets>" %}
Carbon Credits Markets Github
{% endembed %}

{% tabs %}
{% tab title="Voucher Market" %}

#### Contract

```
Contract Address: 0xd22C96D762B22721f22c0489aB56083C894f46b8
Transaction Hash: 0xa7625c462b576cd08b466ac7d50f87d053f4da86ca317a4a208afa98572ed6ec
```

#### Explorer URL

URL: <https://explorer.gesia.io/address/0xd22C96D762B22721f22c0489aB56083C894f46b8>
{% endtab %}

{% tab title="Derivative Token Market" %}

#### Contract

```
Contract Address: 0xFEC2E8307E580FC77e3dF5D4a40816Ff11B05E30
Transaction Hash: 0x1bf700b13aeccf6c78b7fe1df3be9aedf91253ad6c312939023b737dbd407e8d
```

#### Explorer URL

URL: <https://explorer.gesia.io/address/0xFEC2E8307E580FC77e3dF5D4a40816Ff11B05E30>
{% endtab %}

{% tab title="MMarket" %}

#### Contract

```
Contract Address: 0xBB4E347aA8B9c2Ef9101e10F0340e60E14232415
Transaction Hash: 0x2d0fc1b124381eff0747d362438b34cfa5baa5ad83c6c6c0927840668e169972
```

#### Explorer URL

URL: <https://explorer.gesia.io/address/0xBB4E347aA8B9c2Ef9101e10F0340e60E14232415>
{% endtab %}
{% endtabs %}


---

# 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-kr.gesia.io/techresearch/chain/protocol/carbon-credit-trading.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.
