# Overview

Everclear is a novel public good mechanism for settling intents across chains. This mechanism:

1. Allows fillers to *socialize* the costs of rebalancing by netting off settlements against other fillers and users in the network.
2. Acts as a programmable layer for fillers or users to build and utilize any number of mechanisms for rebalancing/settling funds (e.g. by plugging into any messaging mechanism, liquidity pool, CEX, etc.)
3. Enables permissionless expansion to new chains and rollups, making it possible for any application on any chain to onboard users from any other chain.


---

# 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.everclear.org/concepts/overview.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.
