> For the complete documentation index, see [llms.txt](https://docs.chiliz.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chiliz.com/ko/ppareun-sijak/seumateu-keonteulaekteu-jusso.md).

# 스마트 컨트랙트 주소

Chiliz Chain에서 구축할 때 스마트 컨트랙트를 통해 제공되는 특정 기능을 통합해야 합니다. 이 페이지에서 필요한 모든 것을 제공합니다.

## Chiliz Chain 컨트랙트 주소

{% hint style="info" %}
주소는 Chiliz Chain Mainnet에서 작업하든 Spicy Testnet에서 작업하든 동일합니다.
{% endhint %}

{% hint style="warning" %}
코드에서 항상 올바른 체인 ID를 사용하세요:

* Chiliz Chain Mainnet: `88888`
* Spicy Testnet: `88882`
  {% endhint %}

| 컨트랙트                                      | 컨트랙트 주소                                    |
| ----------------------------------------- | ------------------------------------------ |
| Staking                                   | 0x0000000000000000000000000000000000001000 |
| Slashing Indicator                        | 0x0000000000000000000000000000000000001001 |
| SystemReward                              | 0x0000000000000000000000000000000000001002 |
| StakingPool (Staking의 래퍼, 사용자·dApp 등이 사용) | 0x0000000000000000000000000000000000007001 |
| Governance                                | 0x0000000000000000000000000000000000007002 |
| ChainConfig                               | 0x0000000000000000000000000000000000007003 |
| RuntimeUpgrade                            | 0x0000000000000000000000000000000000007004 |
| DeployerProxy                             | 0x0000000000000000000000000000000000007005 |
| Tokenomics                                | 0x0000000000000000000000000000000000007006 |
| <p>Multicall<br><em>(Mainnet 전용)</em></p> | 0x0E6a1Df694c4be9BFFC4D76f2B936bB1A1df7fAC |

이 외에도 [Kayen Finance](https://www.kayen.finance/) 및 [FanX](https://app.fanx.xyz/) 팀은 자체 DEX와 함께 사용할 수 있는 특정 컨트랙트를 만들었습니다:

{% embed url="<https://kayen-finance.gitbook.io/docs/contracts/contracts>" %}

{% embed url="<https://fanx.gitbook.io/fanx-docs/contract/contracts>" %}

## Fan Token 컨트랙트 주소

### Fan Token 목록

이 페이지에서 토큰의 전체 목록을 확인할 수 있습니다:

[토큰 컨트랙트 주소](/ko/ppareun-sijak/token-keonteulaekteu-jusso.md)

### Fan Token 스테이킹 컨트랙트

Fan Token 스테이킹을 위해 Chiliz Chain Mainnet에서 다음 주소를 사용할 수 있습니다:

| 컨트랙트           | 컨트랙트 주소                                    |
| -------------- | ------------------------------------------ |
| Proxy          | 0x5ff7f9724fd477d9a07dcdb894d0ca7f8fae1501 |
| Implementation | 0xD1bAfa7A246f5685cd22A563FD20fb164fAF0A4c |

## Pepper 컨트랙트 주소

[$PEPPER 커뮤니티 토큰](https://www.peppercoin.com/)은 Chiliz Chain Mainnet에서 자체적인 주소 세트를 보유합니다:

| 컨트랙트           | 컨트랙트 주소                                    |
| -------------- | ------------------------------------------ |
| Pepper Factory | 0xb06709919e0279fC7e01bfBc4Cead2dD99F74Ca8 |
| Pepper Staking | 0x5cA4C88339D89B2547a001003Cca84F62F557A72 |

## LayerZero 컨트랙트 주소

Chiliz Chain은 Fan Token을 옴니체인으로 만들기 위해 [LayerZero 프로토콜](https://layerzero.network/)을 구현합니다.

{% tabs %}
{% tab title="Chiliz Chain Mainnet" %}
Chiliz Chain Mainnet의 Layer Zero 엔드포인트 ID(`eid`): `30409`.

| 컨트랙트                                                           | 컨트랙트 주소                                    |
| -------------------------------------------------------------- | ------------------------------------------ |
| EndpointV2                                                     | 0x6F475642a6e85809B1c36Fa62763669b1b48DD5B |
| sendUln302                                                     | 0xC39161c743D0307EB9BCc9FEF03eeb9Dc4802de7 |
| receiveUln302                                                  | 0xe1844c5D63a9543023008D332Bd3d2e6f1FE1043 |
| <p>blockedMessageLib<br><em>(Blocked Message Library)</em></p> | 0xc1ce56b2099ca68720592583c7984cab4b6d7e7a |
| executor                                                       | 0x4208D6E27538189bB48E603D6123A94b8Abe0A0b |
| Dead DVN                                                       | 0x6788f52439ACA6BFF597d3eeC2DC9a44B8FEE842 |
| {% endtab %}                                                   |                                            |

{% tab title="Spicy Testnet" %}
Spicy Testnet의 Layer Zero 엔드포인트 ID(`eid`): `40440`.

| 컨트랙트                                                | 컨트랙트 주소                                    |
| --------------------------------------------------- | ------------------------------------------ |
| EndpointV2                                          | 0x3aCAAf60502791D199a5a5F0B173D78229eBFe32 |
| sendUln302                                          | 0x45841dd1ca50265Da7614fC43A361e526c0e6160 |
| receiveUln302                                       | 0xd682ECF100f6F4284138AA925348633B0611Ae21 |
| <p>blockedMessageLib<br>Blocked Message Library</p> | 0xa229b65cc2191bf60bc24efcda3487d7b5c0c9f0 |
| executor                                            | 0x701f3927871EfcEa1235dB722f9E608aE120d243 |
| {% endtab %}                                        |                                            |
| {% endtabs %}                                       |                                            |

LayerZero 문서에서 해당 정보를 이중으로 확인할 수 있습니다:

{% embed url="<https://docs.layerzero.network/v2/deployments/chains/chiliz>" %}

{% embed url="<https://docs.layerzero.network/v2/deployments/deployed-contracts?chains=chiliz>" %}

LayerZero 팀은 Chiliz Mainnet과 다른 지원 체인 간에 옴니체인 대체 가능 토큰(OFT)을 민팅하고 전송하는 빠른 시작 가이드도 제공합니다:

{% embed url="<https://docs.layerzero.network/v2/deployments/evm-chains/chiliz-mainnet-oft-quickstart>" %}


---

# 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://docs.chiliz.com/ko/ppareun-sijak/seumateu-keonteulaekteu-jusso.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.
