# Execution Lifecycle

<figure><img src="/files/vnDK4s9aZZugz7Ks91f1" alt=""><figcaption></figcaption></figure>

When Curator vaults allocate capital and participants delegate $YODL, the Operator receives a USD-denominated execution-credit ceiling that defines how much liquidity can be mobilized.

**Activation:** Execution-credit ceiling = (delegated YODL × credit multiplier × RM).

**Utilization:** Strict on-chain checks prevent overspending or unauthorized access.

**Repayment:** All utilized Curator capital must be restored before epoch end.

**Liquidation:** If HF ≤ 1.0, a Bounded Liquidation restores the vault’s balance.

**Renewal:** Restored capital immediately frees up execution credit, which is reusable within the same epoch.


---

# 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/strategy-and-execution/execution-lifecycle.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.
