# 3.4 Liquidity Buffer & Oracle Resilience

To manage the extreme volatility of crypto assets, AbyssPay employs a **Multi-Tiered Oracle System** (incorporating Chainlink and Pyth).

* **The Volatility Buffer:** Collateral is managed with a "Safe-LTV" (Loan-to-Value) ratio. For high-limit spending (e.g., $10,000/month), the protocol maintains a liquidity buffer to ensure that even during a market "flash crash," the merchant’s payment is guaranteed.
* **Dynamic Liquidation:** If the collateral value drops below a critical threshold, the protocol automatically executes a partial liquidation or prompts the user via the app to top up, ensuring the card remains active and the protocol remains solvent.


---

# 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.abysspay.xyz/chapter-3-the-abyssal-architecture-technical-clearing-and-settlement/3.4-liquidity-buffer-and-oracle-resilience.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.
