> For the complete documentation index, see [llms.txt](https://unium.gitbook.io/unium/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://unium.gitbook.io/unium/123/undefined-2.md).

# 거래 수수료(가스비)

1. **거래 수수료(가스비)란?**

* **이더리움 플랫폼 안에서 거래나 계약이 일어나면 그 내용을 전송하고 블록체인에 기록하게 됩니다. 그런데 이 블록체인은 누구나 이용할 수 있기 때문에 과열되면 과부하가 생기게 되고, 이를 방지하기 위해 수수료의 일종인 “가스비”를 부과합니다.**
* **NFT 생성, 입찰,구매,판매 등 참여 과정 모두 블록체인에 기록되므로, 이 과정에서 수수료(가스비)가 발생합니다.**
* **가스비를 높게 설정 할수록 작업 처리의 우선순위로 가게 되기 때문에 가스비를 높게 지불 할수록 속도가 빠릅니다.**
* **현재 가스비는** [ ](https://etherscan.io/gastracker)[**https://etherscan.io/gastracker**](https://etherscan.io/gastracker) **에서 확인이 가능합니다.**\
  **Gwei란 ? 이더리움의 최소 단위로 이해하시면 됩니다.**

&#x20;  **2. Etherscan이 뭔가요?**

* **이더스캔은 보류 중이거나 확인된 이더리움 블록체인 트랜잭션과 관련된 데이터를 볼 수 있는 사이트입니다. 이더리움은 공개된 개방형 블록체인이므로 거래가 발생하면 기록되고 누구나 볼 수 있습니다. 이더리움 블록체인의 모든 정보는 공개되지만 공개 지갑 주소만 표시됩니다.**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://unium.gitbook.io/unium/123/undefined-2.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
