# Glossary

**Yield-bearing Token -** Any token that could generate yields. For example sSUI / sUSDC sUSDT on Scallop, vSUI on Volo.&#x20;

**Underlying Asset / Underlying Token** - A underlying asset /token is the token that the yield-bearing token represents. For example the underlying asset for sSUI is SUI deposited in Scallop; and the underlying asset for vSUI is the SUI staked in Volo.&#x20;

**Underlying Yield / Underlying APY -** The current yield / APY of the underlying token. The underlying APY of sSUI is 5% means that currently the APY for depositing SUI in Scallop is 5%.

**Maturity -** On Nemo, every PT / YT has a manually set date. So far, only the Nemo team are allowed to create a pool and set the date, which is called maturity. Setting a maturity is to determine a specific date, which helps PT / YT obtain a reasonable pricing from the market.&#x20;

**PT (Principal Token) -** PT represents the principal component of a yield bearing token. <mark style="color:blue;">1 PT gives the right to redeem 1 underlying asset UPON maturity.</mark>&#x20;

**YT (Yield Token) -** YT represents the yield component of a yield bearing token. <mark style="color:blue;">1 YT gives the right to continually receiving the yield of 1 underlying asset UNTIL maturity.</mark>&#x20;

**Fixed APY (PT APY)-** The APY that is guaranteed of buying and holding PT upon maturity.

**Leveraged APY (YT APY)-** APY for buying and holding YT until maturity, **assuming** the average future APY is same as the current underlying APY.


---

# 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.nemoprotocol.com/general/glossary.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.
