# Glossary

<details>

<summary>Credit Line </summary>

USD-denominated execution limit, determined by delegated YODL and Operator reputation.

</details>

<details>

<summary>Curator Vault</summary>

Single-asset vault on Symbiotic delegating capital to Operators.

</details>

<details>

<summary>Delegator</summary>

Retail participant staking YODL to support Operator execution limits through protocol-managed collateralization.

</details>

<details>

<summary>Stability Fees </summary>

Periodic stability fee applied to delegated YODL, set by governance each epoch.

</details>

<details>

<summary>Health Factor</summary>

Collateral / Liabilities ratio governing operational continuity and liquidation.

</details>

<details>

<summary>Settlement Relayer</summary>

Off-chain component that relays operator's quotes to orderflow venues.&#x20;

</details>

<details>

<summary>Operator</summary>

Institution executing approved strategies via delegated capital.

</details>

<details>

<summary>Orchestrator</summary>

Core contract validating signatures and executing fills atomically.

</details>

<details>

<summary>Position Rollover</summary>

Refinancing a temporary deficit using available credit.

</details>

<details>

<summary>Restoration Reserve</summary>

Protocol-level fund covering residual shortfalls.

</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/glossary.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.
