> For the complete documentation index, see [llms.txt](https://docs.soniclabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.soniclabs.com/funding/fee-monetization/dispute.md).

# Dispute

If a contract is already registered under a different app in Fee Monetization, your registration attempt will fail with `ContractAlreadyRegistered(contract, projectID)`.

If you believe the contract rightfully belongs to you, file a dispute using the steps below.

1. Visit the [Fee Monetization dashboard](https://feem.soniclabs.com/) and connect your admin wallet
2. Click *My FeeM* in the menu and then *Create Dispute*
3. Enter your dispute contact email address and the contracts you wish to dispute
4. Click *Submit* and pay the 50 S fee, which will be refunded if the dispute is accepted

Once submitted, we will process your dispute as quickly as possible and notify you via email. If resolved in your favor, the dispute fee is refunded and the disputed contracts are moved to your app.

{% hint style="info" %}
To manually dispute a contract, use the [DisputeResolver](https://sonicscan.org/address/0x4A843aa35E1bcdE5279fE642D511A0C77DF725D6#code) to open a dispute. Attach a refundable dispute fee and call `openDispute()` providing all the details required to resolve the issue. If resolved in your favor, the dispute fee is refunded back to you and the disputed contracts are moved to your app.
{% 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.soniclabs.com/funding/fee-monetization/dispute.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.
