# 시스템 토큰을 트랜잭션 수수료로 사용해보기

이 튜토리얼은 멀티체인 환경에서 발행한 토큰을 시스템 토큰으로 등록하고 가스비로 사용하는 방법에 대해 배워보겠습니다.

### 튜토리얼 목표

이 튜토리얼을 완료함으로써 다음 목표를 달성할 수 있습니다:

* 좀비넷을 활용하여 `릴레이체인 <> 파라체인` 테스트 네트워크를 구축할 수 있습니다.
* 파라체인에서 토큰을 발행하고 릴레이체인에서 해당 토큰을 시스템 토큰으로 등록하기 위한 거버넌스를 발의할 수 있습니다.
* 거버넌스가 통과된 후, 파라체인에서 발행한 시스템 토큰으로 가스비를 낼 수 있습니다.

### 시작하기 전에

시작하기 전에 다음을 확인하세요:

* [좀비넷을 이용한 파라체인 네트워크 시뮬레이션 하기](https://github.com/InfraBlockchainTeam/infrablockchain-docs/blob/master/ko/infrablockchain/tutorials/basic/test/simulate-parachains.md)
* [시스템 토큰 등록 절차](/infrablockchain-docs/ko/infrablockchain/tutorials/basic/how-to-interact-with-system-token.md) 를 통해 시스템 토큰으로 트랜잭션 수수료를 지불할 준비를 마칩니다.

### 시스템 토큰 가스비로 사용하기

아래처럼 Assets 의 `transfer` 트랜잭션을 호출해 보겠습니다:

![parachain\_asset\_transfer](/files/0BHtsMV5wLtKYljKSuzP)

트랜잭션 수수료로 사용할 토큰을 지정합니다.

![send\_transaction](/files/O4XjNYdxRO6TkPiSp8j8)

트랜잭션이 정상적으로 실행되면 다음과 같이 시스템 토큰으로 수수료를 지불했다는 이벤트를 볼 수 있습니다.

![tx\_fee\_paid\_event](/files/cRly9RzIXeCy3PyOIBlc)


---

# 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/tutorials/basic/how-to-pay-transaction-fee.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.
