> For the complete documentation index, see [llms.txt](https://docs.awenetwork.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.awenetwork.ai/stp-kr/technical-kr/ca.md).

# 컨트랙트

아래에서 AWE 네트워크와 관련된 모든 컨트랙트를 확인할 수 있습니다.

<table><thead><tr><th width="229">컨트랙트명</th><th>컨트랙트 주소</th><th data-hidden></th></tr></thead><tbody><tr><td>AWE 토큰</td><td><a href="https://basescan.org/address/0x1b4617734c43f6159f3a70b7e06d883647512778">0x1b4617734c43f6159f3a70b7e06d883647512778</a></td><td></td></tr><tr><td> AWE 거버넌스 컨트랙트</td><td><a href="https://basescan.org/address/0xae18aed3dd3c9cd1d0a180315b6b5fcd61ef20f1">0xae18aed3dd3c9cd1d0a180315b6b5fcd61ef20f1</a></td><td></td></tr><tr><td>AWE 타임락</td><td><a href="https://basescan.org/address/0x91876f0f9ba79a165422286fd9e4620238c42929">0x91876f0f9ba79a165422286fd9e4620238c42929</a></td><td></td></tr><tr><td>AWE 브릿지</td><td><a href="https://basescan.org/address/0x80bf0c6ba9a4f32fea71d1848bdc0b6e6b34fd06">0x80bf0c6ba9a4f32fea71d1848bdc0b6e6b34fd06</a></td><td></td></tr></tbody></table>

모든 기존 $STPT 관련 계약은 여기에서 확인할 수 있습니다.

<table><thead><tr><th width="229">컨트랙트명</th><th>컨트랙트 주소</th><th data-hidden></th></tr></thead><tbody><tr><td>STP Token (ETH)</td><td><a href="https://etherscan.io/token/0xde7d85157d9714eadf595045cc12ca4a5f3e2adb">0xde7d85157d9714eadf595045cc12ca4a5f3e2adb</a></td><td></td></tr><tr><td>STP Token (Base)</td><td><a href="https://basescan.org/address/0x4489d0a0345ecb216a3994de780d453c7fa6312c">0x4489d0a0345ecb216a3994de780d453c7fa6312c</a></td><td></td></tr></tbody></table>


---

# 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.awenetwork.ai/stp-kr/technical-kr/ca.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.
