# The (optional) Need for Arbitration

**Assigning an Arbitrator is optional**, however, as no data source that is external to the network can be guaranteed to be correct or incorruptible, it may be necessary in some cases to introduce a trusted third party arbitrator into the settlement process of a SmartPiggies option, particularly if that option contains a large amount of collateral.

Examples of a data source failure that would warrant arbitration:

* Human error
* Corrupt data records
* Corrupt reporting authorities
* Infrastructure failure
* Price manipulation

Employing an Arbitrator introducing it's own risks. An individual entering a contract should carefully consider whether an Arbiter is trustworthy as the assigned Arbiter could potentially collude to force the contract to settle in the counterparty's interest.

By entering a contract with an assigned Arbiter, a user is implicitly agreeing to the Arbiter's future actions or inactions.

In order to assist in a user's decision to agree to an assigned Arbiter, SmartPiggies application has a built in inspector to allow users to review the past behavior of an assigned arbiter.


---

# Agent Instructions: 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:

```
GET https://docs.smartpiggies.com/arbitration/the-need-for-arbitration.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
