> For the complete documentation index, see [llms.txt](https://docs.fina.cash/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fina.cash/fina-p2p/features/resolve-dispute.md).

# Resolve Dispute

If you cannot receive the payment from the counterparty, you can raise a dispute and our moderator will settle the case for you. Your trade status will turn into Dispute and at this point you can create a ticket in our [Discord](https://discord.com/channels/952397096722505768/1322233983391498324). Our moderator will gather all evidences from both parties and decide who should receive the locked tokens.

To ensure a smooth transaction and not losing your money in a trade, make sure to follow the points below:

1. Always contact the counterparty before entering a deal.
2. Always keep the chat record by doing screen captures as the counterparty may delete the chat records in case of dispute.
3. Do not trade in large amount. Fina P2P is still in Beta phase so please use it cautiously.
4. Please make sure it is legal to use P2P Cryptocurrency trading platform in the jurisdiction that you are at.
5. Moderators will not be responsible for any loss of funds due to dispute resolutions.


---

# 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.fina.cash/fina-p2p/features/resolve-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.
