> For the complete documentation index, see [llms.txt](https://meta-dao.gitbook.io/meta-dao-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://meta-dao.gitbook.io/meta-dao-docs/community-owned-community-driven/glossary.md).

# Glossary

## MIM

Magic Internet Money (**MIM**) is a stablecoin backed by interest bearing tokens issued by [**abracadabra.money**](https://abracadabra.money/)**!** \
\
**MIM** is native of the Ethereum Ecosystem and bridged to Fantom through the Anyswap Network!\
\
Find out more about MIM [**here**](https://docs.abracadabra.money/spell-token/tokenomics#the-mim-token)**.**

## APR

*Annual Percentage Rate*, is the annualized interest rate without taking the effect of compounding into account.

## APY

*Annual Percentage Yield*, is the normalized representation of an interest rate, based on a compounding period over one year. Note that APYs provided are rather ballpark level indicators and not so much precise future results.

## BCV

*Bond Control Variable*, is the scaling factor at which bond prices change. A higher BCV means a lower discount for minters and higher inflation by the protocol. A lower BCV means a higher discount for minters and lower inflation by the protocol.

## DAO

*Decentralized Autonomous Organization*, is a governance mechanism for making decisions in a more trust-less and collaborative way. Voting rights are often bound to a governance token. With MetaDAO the governance token is **META.**

## DCV

*Deflation Control Variable*, is the scaling factor at which protocol defined buy pressure changes. A higher DCV means more buy pressure from the protocol, resulting in a higher deflation. A lower DCV means less buy pressure from the protocol, resulting in a lower deflation.

## EVM

*Ethereum Virtual Machine*, is a state machine in which all Ethereum accounts and smart contracts live. At any given block in the chain, Ethereum has one and only one canonical state, and the EVM is what defines the rules for computing a new valid state from block to block. *Fantom (FTM) is an EVM Compatible Netwrok!*&#x20;

## Liquidity Bonds

*Liquidity bonds* are all the bonds that allows users to mint META using LP token. An Example is META-MIM LP bonds.&#x20;

## PCV

*Protocol Controlled Value*, is the amount of funds the treasury owns and controls. The more PCV the better for the protocol and its users.

## POL

*Protocol Owned Liquidity*, is the amount of LP the treasury owns and controls. The more POL the better for the protocol and its users.

## PoR

*Proof of Reserve*, is the mechanism of strengthening the reserve of Meta DAO treasury via the sales of bonds (i.e Minting new META). Minters provide liquidity to the treasury, thereby building its reserve. In return for their service, bonders get paid in META.

## Reserve Bonds

Reserve bonds are all the bonds that allows users to mint META using single assets. They are sometimes referred to as "naked" bonds. Examples are **MIM** bonds.

## Reward Rate

Reward rate is the configured percentage of **META** distributed to all stakers on each rebase relative to the total supply. The reward rate is precisely set by the policy team.

## Reward Yield

Reward yield refers to the actual amount of **META** received by each staker on each rebase. The reward yield is a rough target from a policy point of view. It can almost never be maintained precisely due to e.g. fluctuating amounts of **META** staked.

## Backing per META

*Backing per META*, is the amount of funds the treasury guarantees to use for backing **META**.

## LP

*Liquidity Provider token*, is the token received when providing liquidity on DEXs. For instance liquidity bonds will require require LP tokens of the META-FTM pair from Spooky Swap!

## TVL

*Total Value Locked*, is the dollar amount of all META staked in the protocol. This metric is often used as growth or health indicator in DeFi projects.

## TaaS

*Treasury as a Service*, is the business model of decentralized custody of partnership funds. **Meta DAO** is designed for TaaS by selling bonds and absorbing partners' liquidity into its treasury as a result.

## TWAP

*Time Weighted Average Price*, is the average price of an asset over a specified time. TWAPs are used to represent the fair value of an asset as defined by the market.


---

# 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:

```
GET https://meta-dao.gitbook.io/meta-dao-docs/community-owned-community-driven/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.
