# 노드

## 탄소 NODE

탄소 NODE는 GESIA 체인의 핵심 구성 요소로, 배출 및 상쇄 데이터를 토큰화하여 기록하고 검증하여 넷제로 합의 알고리즘을 통해 넷제로를 실현한다.

<figure><img src="/files/oYzNNNouGACOdvcnq5sn" alt=""><figcaption></figcaption></figure>

### 배출 노드 ( Emission Node )

* 프라이빗 노드
* 탄소 배출 데이터를 집계하고 기록한다.
* IoT 장치를 통해 데이터 집계 시스템과 연결되며, 실시간 데이터를 체인에 전송한다.

### 상쇄 노드 ( Offset Node )

* 프라이빗 노드
* 탄소 상쇄 데이터를 집계하고 기록한다.
* 탄소 흡수량과 감축량의 배출 데이터를 검증하여 탄소 크레딧을 토큰화한다.

### 넷제로 노드 ( Net Zero Node )

* 퍼블릭 노드
* 탄소 배출 및 크레딧 토큰을 넷제로 합의 알고리즘을 사용하여 넷제로를 실현한다.
* 실시간 배출 토큰을 추적하고, 이를 분석하여 지속 가능한 감축 활동을 검증한다.


---

# 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/node.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.
