> 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/and.md).

# 링크 & 리소스

### 공식 채널

| 채널           | 링크                                | 설명          |
| ------------ | --------------------------------- | ----------- |
| **웹사이트**     | <https://www.tripleplusglobal.io> | 메인 플랫폼      |
| **문서**       | 이 GitBook                         | 기술 문서       |
| **Twitter**  | \[준비 중]                           | 실시간 업데이트    |
| **Discord**  | \[준비 중]                           | 커뮤니티 토론     |
| **Telegram** | \[준비 중]                           | 공지사항        |
| **블로그**      | \[준비 중]                           | 주요 발표 및 리포트 |

***

### 기술 리소스

| 리소스         | 링크          | 설명       |
| ----------- | ----------- | -------- |
| **GitHub**  | \[준비 중]     | 오픈소스 코드  |
| **API 문서**  | \[개발 중]     | 통합 가이드   |
| **컨트랙트 주소** | 컨트랙트 주소 페이지 | 배포된 컨트랙트 |

***

### 블록 익스플로러

| 네트워크        | 익스플로러                                  |
| ----------- | -------------------------------------- |
| Polygon 메인넷 | [Polygonscan](https://polygonscan.com) |

***

### 외부 리소스

#### 무역금융 학습

| 리소스                                                                                            | 설명             |
| ---------------------------------------------------------------------------------------------- | -------------- |
| [Investopedia - Invoice Factoring](https://www.investopedia.com/terms/i/invoice-factoring.asp) | 인보이스 팩토링 기초    |
| [Trade Finance Guide](https://www.trade.gov/trade-finance-guide)                               | 미국 정부 무역금융 가이드 |

#### DeFi 리소스

| 리소스                                                   | 설명             |
| ----------------------------------------------------- | -------------- |
| [DeFi Llama](https://defillama.com)                   | DeFi TVL 추적    |
| [Polygon Docs](https://polygon.technology/developers) | Polygon 개발자 문서 |

***

### 미디어 키트

*준비 중*

| 자산        | 설명          |
| --------- | ----------- |
| 로고 팩      | 다양한 형식의 로고  |
| 브랜드 가이드라인 | 색상, 폰트, 사용법 |
| 프레스 키트    | 미디어용 자료     |

***

### 지원

#### 일반 지원

| 방법          | 설명                |
| ----------- | ----------------- |
| **Discord** | 커뮤니티 지원, 가장 빠른 응답 |
| **이메일**     | \[준비 중]           |

#### 보안 이슈

보안 취약점을 발견하셨나요?

| 방법         | 설명                |
| ---------- | ----------------- |
| **버그 바운티** | \[프로그램 세부사항 준비 중] |
| **보안 이메일** | \[준비 중]           |

{% hint style="warning" %}
보안 이슈는 공개 채널에 게시하지 마세요. 보안 이메일이나 버그 바운티 프로그램을 통해 책임감 있게 보고해 주세요.
{% endhint %}

***

### 파트너십

파트너십 문의:

| 파트너십 유형 | 연락처     |
| ------- | ------- |
| 기업 파트너십 | \[준비 중] |
| 기술 통합   | \[준비 중] |
| 투자 문의   | \[준비 중] |

***

### 법적 고지

| 문서       | 링크      |
| -------- | ------- |
| 이용약관     | \[준비 중] |
| 개인정보처리방침 | \[준비 중] |
| 리스크 공시   | \[준비 중] |

{% hint style="info" %}
TPT 프로토콜 참여에는 리스크가 수반됩니다. 참여 전 모든 법적 문서를 검토하세요.
{% endhint %}


---

# 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/and.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.
