# Boring Vaults

Nest Vaults currently utilize the **BoringVault** architecture—a lightweight, open-source standard for yield-bearing vaults. It provides the necessary structure for secure and scalable deployment of real-world asset strategies on Plume.

**Why BoringVault?**

* **Proven & Reliable:** Adopted across multiple DeFi protocols with a strong track record.
* **Simple & Secure:** Easy to audit and maintain.
* **Flexible:** Supports upgradeable yield strategies and seamless integration.

See more details about this architecture [here](https://docs.nucleusearn.io/nucleus-architecture/vault-framework).


---

# 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.nest.credit/developers/boring-vaults.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.
