# TKN Acronyms

| Acronym    | Meaning                                                                                                                                                                           |
| ---------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **TKN**    | The original asset or token before being wrapped or abstracted into different forms within Peapods Finance.                                                                       |
| **pTKN**   | The wrapped version of a token within Peapods Finance, enabling it to participate in volatility farming and liquidity mechanisms.                                                 |
| **spTKN**  | A staked LP receipt token representing a liquidity provider’s position within a Pod’s incentivized liquidity pool, allowing them to earn additional rewards.                      |
| **aspTKN** | A staked LP receipt token similar to **spTKN**, but with **auto-compounded yield**, ensuring earned rewards are continuously reinvested for maximum efficiency.                   |
| **pvTKN**  | A yield-bearing token representing a user's **lending deposit within a MetaVault**, allowing capital to be dynamically allocated across multiple Pods.                            |
| **fTKN**   | A yield-bearing token representing a user's **lending deposit directly into a specific Pod**, earning interest from that Pod’s borrowing activity.                                |
| **vlTKN**  | A wrapped version of **TKN** with **special governance capabilities**, allowing holders to participate in governance decisions and direct liquidity flows within Peapods Finance. |


---

# 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.peapods.finance/glossary/tkn-acronyms.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.
