> For the complete documentation index, see [llms.txt](https://psychophilosophy.gitbook.io/core-vault-document-portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://psychophilosophy.gitbook.io/core-vault-document-portal/user-guides/faq.md).

# FAQ

**What makes the CORE token different?**

Most projects in the DeFi space rely on highly inflationary farming processes to create the impression of yield generation, with usually devastating long term price effects. The CORE team has pioneered a combination of **permanently locked liquidity**, **fixed token supply** and a **fee on token transfers** which is redistributed among coreDAO stakers, in order to create a unique **sustainable deflationary yield farming** process. The locked liquidity and impossibility to mint new tokens furthermore ensure that the CORE token has a rising **price floor**.

**What is the supply of the CORE token?**

CORE was created with a maximum supply of 10,000 tokens and there is absolutely no way to create new CORE tokens.

Following the 8300 CORE burn which preceded the launch of cLEND, and the \~98 CORE which was burnt to mine Fanny, there are currently \~1602 CORE tokens in circulation (subject to further burn mechanisms).

The exact amount of CORE burnt is tracked on [corecharts.info ](https://corecharts.info/)

**Where can I buy CORE?**

You can currently buy CORE on Uniswap.

Make sure to check out CORE on Coingecko or Coinmarketcap to find the correct trading pair.

**How do we farm CORE when it’s deflationary ?**

Every transfer and trade of CORE is subject to a 1% fee, which goes inside the COREVault contract and is farmable. These fees will be distributed to coreDAO stakers therefore providing rewards without inflation.

**Will we be able to farm CORE with tokens other than coreDAO?**

The community governance will have to decide on future pools. Based on yield farming strategies it is in their interest to do so. As soon as governance launches there will be proposals to vote on (including by the CORE team).

**At which rate were CORE LPs converted to coreDAO?**

The conversion rates were as follows:

* LP1 (CORE-ETH): 2350 coreDAO
* cmLP2 (CORE-BTC): 9250 coreDAO
* LP3 (CORE-DAI): 45 coreDAO

**Can I unstake my coreDAO tokens?**

Yes, you are free to move your coreDAO tokens around as you wish. Staking and unstaking is possible on the corefinance.eth/ website under the “Farm” tab.

**Why did claimable CORE balance disappear after staking new coreDAO tokens in the vault?**

All staking actions auto-harvest any pending CORE rewards. Check your wallet to verify the CORE is there.

**What is the price floor of CORE?**

Due to CORE’s fundamentals, i.e. permanently locked liquidity and impossibility to mint new tokens, the CORE token has a price floor.

Following the launch of cLEND, CORE has a price floor in form of a 5500 DAI loan that can be taken per 1 CORE.

**What are the incentives of the CORE team?**

Initially there is a 1% fee on token transfers, with 7% of the fees accumulated being used as a dev fee. The remaining 93% get distributed to the staked coreDAO.

**What are the advantages of cLend over other lending protocols?**

The following table depicts the main differences between different products in the lending space compared with CORE Lend.

|                                                            | On-chain | <p>Collateral is risk-free<br>from price movement</p> |
| ---------------------------------------------------------- | -------- | ----------------------------------------------------- |
| Mortgages in TradFi                                        | No       | No                                                    |
| Loans in TradFi                                            | No       | Yes                                                   |
| <p>Regular Loans in DeFi<br>(Aave, Compound, Cream...)</p> | Yes      | No                                                    |
| CORE Lend                                                  | Yes      | Yes                                                   |

The first column (i.e., On-Chain) in the table is whatever they are on-chain or off-chain lending options. The second column (i.e., Risk-Free collateral) is the product has no liquidation risk from price movement of the underlying collateral.

CORE Lending is able to achieve this through the design of the ecosystem and its networking effects. The floor price and locked liquidity features are an essential component to achieve all of this.

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://psychophilosophy.gitbook.io/core-vault-document-portal/user-guides/faq.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
