> For the complete documentation index, see [llms.txt](https://docs.metopia.app/metopia.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metopia.app/metopia.app/contract-termination.md).

# Contract Termination

Metopia users reserve the right to prematurely halt their investment and partially return the invested funds. Follow the steps below to terminate your contract.

1\) Users can access the "Contract Termination" function either from Dashboard **"Overview"** or in the **"Contracts" section** of the Dashboard Menu.&#x20;

**Click on "Contract Settings"** to access Contract Termination from "Overview":

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

**Click on "View"** next to the contract you wish to terminate in "Contracts" page:

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

2\) **Enter the amount** of funds you wish to release and **click "Continue"**. To confirm the termination click "Terminate" and final amount will be transferred to your Account Balance.

<mark style="color:red;">**IMPORTANT!**</mark> **Keep in mind that the Contract Termination Fee will be applied. If the contract value is lower than minimum deposit value, the contract will be terminated and will not provide any further return of investment.**

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

After a succesful Contract Termination, the status of your Contract will change from "Active" to "Completed". Contract Status can be found in "Contracts" section:

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


---

# 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.metopia.app/metopia.app/contract-termination.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.
