> For the complete documentation index, see [llms.txt](https://docs.butane.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.butane.dev/how-to-use-butane/guides/how-to-create-a-cdp.md).

# How to Create a CDP&#x20;

Navigate to the **Borrow** page

* Select the synthetic you wish to borrow on the right panel

<figure><img src="/files/9BENSqjMTTUyto8ecF1U" alt=""><figcaption></figcaption></figure>

* Choose the collateral assets you want to create your position with

<figure><img src="/files/4n6ZMBixdT9pUBC5tV6L" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
In the example above, one can see quick previews of the **Maximum Proportion (MP)** and **Weight (W)** parameters used for determining loan health (see [Synthetic Parameters](/how-to-use-butane/butane-basics/synthetic-parameters.md))
{% endhint %}

* Modify collateral amounts to determine a borrowing capacity
* Choose a borrow amount by either entering a specific value or using the LTV slider

{% hint style="info" %}
By default, **Safe Mode** will be enabled, enforcing a minimum health factor on newly created positions for protection against liquidations. This can be disabled in settings.
{% endhint %}

<figure><img src="/files/UF49OKcw0rd19xZKWgG7" alt=""><figcaption></figcaption></figure>

* Review your borrow action, and click the "borrow" button

<figure><img src="/files/RcU2xNwm8viejPwsMtGw" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
By default, since Butane transactions can contain multiple actions (see the section on **Action Composability** in [The Butane Platform](/introduction/the-butane-platform.md)), this will add a "borrow" action to your transaction cart. If you are only performing a single action and want to save yourself a few clicks, you can turn off action composability in the settings panel, which will then make the button prompt you to submit the borrowing transaction immediately.
{% endhint %}


---

# 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://docs.butane.dev/how-to-use-butane/guides/how-to-create-a-cdp.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.
