# 프로토콜

### [시스템 토큰(System Token)](/infrablockchain-docs/ko/infrablockchain/learn/protocol/system-token.md)

***인프라블록체인(InfraBlockchain)*** 을 사용하는 모든 기업 및 공공 기관은 법정 화폐가 담보된 스테이블 토큰인 **시스템 토큰** 을 발행할 수 있습니다. 본 문서는 인프라블록체인의 운영 및 컨센서스에 중요한 역할을 하는 시스템 토큰에 대한 전반적인 내용을 다룹니다.

### [트랜잭션 수수료 모델](/infrablockchain-docs/ko/infrablockchain/learn/protocol/transaction-fee.md)

인프라블록체인(InfraBlockchain) 은 법정화폐 기반의 토큰을 트랜잭션 수수료로 사용합니다. 본 문서는 인프라블록체인만의 **트랜잭션 수수료 모델**에 대한 전반적인 내용을 다룹니다.

### [트랜잭션 증명(Proof-of-Transaction, PoT)](/infrablockchain-docs/ko/infrablockchain/learn/protocol/proof-of-transaction.md)

인프라블록체인만의 독자적인 합의 메커니즘인 **트랜잭션 증명** 에 대한 전반적인 내용을 다룹니다.


---

# 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.infrablockchain.net/infrablockchain-docs/ko/infrablockchain/learn/protocol.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.
