# Yield Tokenization

In traditional DeFi protocol, if you deposits 100 USDC then you will get around 98 sUSDC/ tUSDC/vUSDC as your proof of deposits.&#x20;

## DeFi Basics

For example if you deposit 100 SUI into Scallop you may get 97 sSUI (more or less), and after 3 months, you could choose to redeem these sSUI to get back your **100 SUI** (principle) and **1.5 SUI & 2 SCA** (yield).

<figure><img src="https://1343993181-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7DohN8PJPOWvnoBqkmiz%2Fuploads%2FllEbDM46ot6CtnnY3BJZ%2Fimage.png?alt=media&#x26;token=8e16afa5-ed77-4018-b089-debb92364dfd" alt=""><figcaption></figcaption></figure>

## Yield Tokenization

In Nemo, the staked SUI position can be split into 2 separate parts: PT & YT.

<figure><img src="https://1343993181-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F7DohN8PJPOWvnoBqkmiz%2Fuploads%2FoqWPNciH45iirpBWUwnR%2Fimage.png?alt=media&#x26;token=75ed83de-26c1-43ba-a492-aaa9f88f04f5" alt=""><figcaption></figcaption></figure>

* <mark style="color:blue;">PT</mark> represents the <mark style="color:blue;">principal</mark> component of the staked SUI, it gives you the right to <mark style="color:blue;">redeem 100 SUI after 3 months</mark>.
* <mark style="color:green;">YT</mark> represents the <mark style="color:green;">yield</mark> component of the staked SUI, it gives you the right to <mark style="color:green;">receive yield continuously during the 3 months</mark>.

In the case above, 3 months is called **maturity**. You can learn more terminologies [here](https://docs.nemoprotocol.com/general/glossary).
