# 수익 토큰화

Amnis는 이자 발생 자산(stAPT)을 SY(표준화된 이자 토큰)로 래핑합니다. SY는 이후 원금 토큰(PT, Principal Token)과 이자 토큰(YT, Yield Token)으로 분리되어 사용자에게 최대한의 제어 권한을 제공합니다. 이 과정을 \*\*수익 토큰화(Yield Tokenization)\*\*라고 하며, 수익이 별도의 토큰으로 토큰화되는 방식입니다.

<figure><img src="/files/fJsNbliFJ9J587SUtLN8" alt=""><figcaption></figcaption></figure>

**원금 토큰 (PT)**\
PT는 스테이킹된 자산의 원금을 나타내며, 만기 시 1:1 비율로 원래 자산으로 상환받을 수 있습니다.

**이자 토큰 (YT)**\
YT는 생성될 이자의 부분을 나타냅니다. YT를 보유하면 전체 수익을 받을 수 있지만, 만기 시 원금은 상환되지 않습니다.

**고정 APY (Fixed APY)**\
고정 APY는 PT를 보유함으로써 보장받는 수익률입니다. 이 값은 YT와 PT의 가격 비율을 기반으로 계산되며, 아래의 공식에 따라 산정됩니다.

<figure><img src="/files/i5vE0CBz5PXmHbHirWvk" alt=""><figcaption></figcaption></figure>


---

# 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.amnis.finance/amnis-finance-kr/undefined-3.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.
