# What is Butane?

<figure><img src="https://2611713366-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FsKoaKdI1o97UnvYVMfiL%2Fuploads%2FzQ6q5OxduI9RqL5HAWKO%2Fdocs-header-small.png?alt=media&#x26;token=9a5dfc28-90f8-4766-8ebf-facf310d1331" alt=""><figcaption></figcaption></figure>

## What is Butane?

Butane is a decentralized synthetic assets protocol built on the Cardano blockchain using Plutus smart contracts. Users can borrow synthetics from the protocol by locking up Cardano Native Tokens (CNTs) as collateral.

## Synthetic Assets

Synthetics are tokenized derivative assets. They are derived from assets whose prices are tracked on-chain via price feed oracle mechanisms. Synthetic assets allow for exposure to their corresponding underlying asset without requiring that the asset itself be physically owned, permitting complete freedom and interoperability on the blockchain.&#x20;

Butane provides the flexiblity for various kinds of synthetics, including more sophisticated offerings that derive from a basket of underlying assets, and more exotic assets such as "inverse" synthetics, which track the inverse price of another asset. Butane synthetics can be staked in the system to accrue rewards.

## Collateralized Debt Positions

All synthetics on Butane are backed by collateral. This is facilitated through the opening of Collateralized Debt Positions ("CDPs") - positions created when a user locks up CNT collateral and mints synthetic tokens as debt. Each synthetic on Butane has an associated set of parameters which dictate what CNTs can be used as collateral, as well as the individual borrowing powers of those assets with respect to each synthetic. CDP outstanding amounts accrue linearly overtime as interest, and CDPs with unhealthy loan-to-value ("LTV") ratios are subject to liquidation to ensure solvency.

{% hint style="info" %}
When you create a CDP with ADA, you retain staking rights to the locked ADA and can continue to earn staking rewards on Cardano's PoS mechanism.
{% endhint %}


---

# 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.butane.dev/introduction/what-is-butane.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.
