> For the complete documentation index, see [llms.txt](https://oracle-free-dollar.gitbook.io/ofd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oracle-free-dollar.gitbook.io/ofd/collateralised-minting/adjusting-a-position.md).

# Adjusting a Position

Once you are the proud owner of a position whose cool-down period has passed, you can start to adjust it. You can adjust the outstanding amount, the amount of the deposited collateral, and the liquidation price.

To start adjusting your position, head over to the "My Positions" tab. Once there, you can see your existing position(s) in the middle of the page. If you don't see your position here, make sure that the wallet that originally created the position is connected. This is crucial: If no wallet or any other wallet is connected, your position will not show up here. Here, you can manage each position.

If you have just proposed a new collateral type, note that you haven't actually minted any OFD yet!

During the adjustment process, you can change a few parameters: The amount, the collateral in the position, and the liquidation price. If you want to mint new OFD, you can increase the amount. Without an increase in collateral, the liquidation price must be increased. This makes your position riskier, which is not encouraged: Instead, if you want to mint more OFD, consider adding more collateral. Note that you will not get the fee back, but you will get the reserve amount back - if the system didn't have to cover any losses.&#x20;

When paying back your loan, meaning decreasing the amount, you need to have the corresponding amount in your wallet.&#x20;

If you would like to add more collateral to achieve a lower liquidation point, you can also do this here. There is no limit for how much collateral you can add.


---

# 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://oracle-free-dollar.gitbook.io/ofd/collateralised-minting/adjusting-a-position.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.
