# What is Carbon DeFi?

An orderbook-style DEX allowing users to perform novel trading strategies with all standard ERC20 tokens\*[^1] using a variety of order types:

* [**Limit Order**](https://faq.carbondefi.xyz/strategy-types/limit-order) - A single disposable buy or sell order at a specific price
* [**Range Order** ](https://faq.carbondefi.xyz/strategy-types/range-order)- A single disposable buy or sell order within a custom price range
* [**Recurring Orders**](https://faq.carbondefi.xyz/strategy-types/recurring-orders) - buy and sell orders (limit or range) that are linked together, and perform similar to grid trading or a DEX trading bot. Newly acquired funds automatically rotate between them, creating an endless trading cycle without need for manual intervention
* [Concentrated Liquidity](https://faq.carbondefi.xyz/strategy-types/concentrated-liquidity), previously referred to as [**Overlapping Liquidity**](https://faq.carbondefi.xyz/strategy-types/concentrated-liquidity) - Enables users to manage concentrated liquidity positions within specific price ranges easily and efficiently onchain. Drawing from Automated Market Maker (AMM) models, this tool allows for direct customization of your spread (aka the “fee” level).

<figure><img src="https://2154147289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fgv7qaob2jiuF6yZxRK9C%2Fuploads%2FDZVi3xYL4uppUsleMAiy%2FStretegy%20Types%20-%20Generic%20grid%20w%20text%20-%20Docs.png?alt=media&#x26;token=88901185-e5d4-4c20-8938-56169c59f3a3" alt=""><figcaption></figcaption></figure>

By design, Carbon DeFi's limit, range, and recurring orders are all irreversible on execution, easily adjustable, resistant to MEV sandwich attacks, fully onchain, non-custodial and can be deployed with any standard ERC20 token. These capabilities give users an unprecedented level of control and automation to perform novel trading strategies.

Explainer Video 👇

{% embed url="<https://www.youtube.com/watch?v=0kKEJ4JCk6U>" %}

Resources:

* ​[Carbon DeFi Website](https://www.carbondefi.xyz/)
* [Strategy Creation Guide](https://faq.carbondefi.xyz/getting-started/creating-a-strategy)
* ​[Smart Contract Code](https://github.com/bancorprotocol/carbon-contracts)
* [Dune Analytics​](https://dune.com/bancor/carbon-by-bancor)
* [Technical Documentation​](https://docs.carbondefi.xyz/contracts-and-functions/contracts)
* ​[Whitepaper](http://carbondefi.xyz/whitepaper)​
* ​[Litepaper](http://carbondefi.xyz/litepaper)

[^1]: rebase tokens and fee-on-transfer token are not supported <br>

    What is a rebase token?

    <https://www.coindesk.com/learn/what-is-a-rebaseelastic-token/>


---

# 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://faq.carbondefi.xyz/getting-started/what-is-carbon-defi.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.
