> For the complete documentation index, see [llms.txt](https://triple-plus-global.gitbook.io/tpt-whitepaper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://triple-plus-global.gitbook.io/tpt-whitepaper/tpt-whitepaper-kr/resources/undefined.md).

# 스마트 컨트랙트 주소

## Mainnet Contracts (Polygon)

| Contract             | Address             | Verified |
| -------------------- | ------------------- | -------- |
| **TPT Token**        | `[To be published]` | —        |
| **Staking**          | `[To be published]` | —        |
| **Escrow**           | `[To be published]` | —        |
| **Invoice Registry** | `[To be published]` | —        |
| **Settlement**       | `[To be published]` | —        |

{% hint style="warning" %}
**경고:** 상호작용 전 항상 공식 채널에서 컨트랙트 주소를 확인하세요. 사기꾼들이 가짜 컨트랙트를 배포할 수 있습니다.
{% endhint %}

***

## Testnet Contracts (Polygon Mumbai/Amoy)

| Contract      | Address             | Status |
| ------------- | ------------------- | ------ |
| **TPT Token** | `[To be published]` | —      |
| **Staking**   | `[To be published]` | —      |
| **Escrow**    | `[To be published]` | —      |

***

### 검증 방법

#### Polygonscan에서 검증

모든 컨트랙트는 [Polygonscan](https://polygonscan.com)에서 검증 가능합니다:

1. 컨트랙트 주소 복사
2. Polygonscan 검색창에 붙여넣기
3. "Contract" 탭에서 검증된 소스 코드 확인
4. "Read Contract"로 상태 확인

#### 공식 주소 확인

항상 다음 채널을 통해 공식 주소를 확인하세요:

* 이 문서 (GitBook)
* 공식 Twitter 계정
* 공식 Discord 공지

{% hint style="danger" %}
**경고:** 상호작용 전 항상 공식 채널에서 컨트랙트 주소를 확인하세요. 사기꾼들이 가짜 컨트랙트를 배포할 수 있습니다.
{% endhint %}

***

### 감사 보고서

| 컨트랙트      | 감사자      | 보고서 링크   |
| --------- | -------- | -------- |
| 코어 프로토콜   | \[추후 공개] | \[추후 공개] |
| 토큰 & 스테이킹 | \[추후 공개] | \[추후 공개] |

감사 보고서는 완료 시 여기에 링크됩니다.

***

### 기술 세부사항

#### TPT 토큰

| 속성    | 값            |
| ----- | ------------ |
| 표준    | ERC-20       |
| 소수점   | 18           |
| 총 발행량 | 500,000,000  |
| 발행 가능 | 아니오 (고정 공급량) |

{% hint style="danger" %}
**Never interact with unverified contracts.** Scammers may create fake contracts. Always verify through official sources.
{% endhint %}

***

## Multi-sig Addresses

| Purpose               | Address             | Signers |
| --------------------- | ------------------- | ------- |
| **Treasury**          | `[To be published]` | 3-of-5  |
| **Upgrade Authority** | `[To be published]` | 3-of-5  |
| **Emergency**         | `[To be published]` | 2-of-5  |

***


---

# 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://triple-plus-global.gitbook.io/tpt-whitepaper/tpt-whitepaper-kr/resources/undefined.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.
