# FAQs

<details>

<summary>Q1. Can Operators withdraw execution capital?</summary>

No. All execution occurs within whitelisted smart contracts, ensuring on-chain accounting, and deterministic restoration of vault balances.

</details>

<details>

<summary>Q2. How do I earn yield as a Vault Curator?</summary>

Curators earn **real, fee-backed yield** from verified trades executed using their delegated vault liquidity.

* **Fee Accrual:** Each trade credits a **fixed Curator Fee** (defined per epoch) to the FeeManager contract in the taker token — typically ETH, WBTC, or stablecoins.
* **Claiming:** These accrued fees are not automatically distributed; Curators can **claim them anytime on-chain** through the FeeManager interface.

</details>

<details>

<summary>Q3. How is curator principal protected?</summary>

YODL enforces **deterministic principal protection** through a multi-layer restoration stack:

1. **YODL Staker Collateral**.
2. **Restoration Reserve** — the final backstop funded by the Funding Rate and protocol allocations.\
   This structure ensures that vault balances are always restored 1:1 to their pre-trade state, even during adverse events.

</details>

<details>

<summary>Q4. Can Curators recall their delegated funds anytime?</summary>

Yes — Curators have **recall rights** over their vault capital at all times.

</details>

<details>

<summary>Q5. Can Operators re-enter after blacklist?</summary>

Yes — requires DAO approval post evaluation.

</details>


---

# 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.yodl.fi/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.
