> For the complete documentation index, see [llms.txt](https://pluton-finance.gitbook.io/pluton-fnance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pluton-finance.gitbook.io/pluton-fnance/technical/technical-workflow/solver.md).

# Solver

**How Solvers Work**\
Solvers are independent entities with their own liquidity and infrastructure. They listen for intent requests, participate in auctions by submitting quotes, and execute transactions on-chain when selected.

**Decentralization Roadmap**\
Pluton is designed to support a decentralized solver ecosystem. Any qualified entity can register as a solver, subject to protocol requirements and security checks.

**Becoming a Solver**

* Register with the protocol and obtain an API key.
* Connect to the WebSocket channel to receive intent requests.
* Implement quote generation and on-chain execution logic.
* Pass integration and security checks.

**Safety of Solver Integration**\
The solver layer is isolated and interacts with the protocol via well-defined APIs. All actions are verified on-chain, and solvers can only claim rewards after successful, validated execution. This ensures user funds and protocol integrity are protected.
