> For the complete documentation index, see [llms.txt](https://docs.orda.network/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.orda.network/faqs.md).

# FAQs

<details>

<summary>What exactly is an “intent”?</summary>

An intent is a structured request to move value: e.g., *“convert $10,000 BRL to USDC,”* *“settle $50,000 invoice in USD,”* or *“bridge USDT from Ethereum to Solana.”* Solvers see these intents and compete to fulfill them.

</details>

<details>

<summary>How do solvers make money?</summary>

Solvers earn by quoting competitive prices and capturing fees or back running opportunities when they fulfill an intent. The better (faster, cheaper, more reliable) your quote, the more flow you win.

</details>

<details>

<summary>Do I need to pre-fund anything?</summary>

No. orda separates capital supply from execution.

</details>

<details>

<summary>Who can join as a solver?</summary>

Anyone with the ability to provide execution: FX desks, market makers, searchers, routing bots, even fintechs that want to internalize flow. If you can quote, you can solve. [Apply to join](https://412149.share-na2.hsforms.com/2ErMKYKXtRgex2nypp4mMnQ)

</details>

<details>

<summary>What are vaults?</summary>

Soon we will be releasing [Vaults](/solvers/vaults.md), where you can borrow corridor liquidity on-demand, so your balance sheet isn’t tied up with idle pre-funding.

</details>

<details>

<summary>How are spreads &#x26; fees determined?</summary>

Through competition. Multiple solvers see the same intent and quote simultaneously, best execution wins.&#x20;

</details>


---

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

```
GET https://docs.orda.network/faqs.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.
