> For the complete documentation index, see [llms.txt](https://etherfi.gitbook.io/etherfi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://etherfi.gitbook.io/etherfi/products/liquid/deprecated-vaults/elixir-stable-vault.md).

# Elixir Stable Vault

Earned yield from a diversified set of stablecoin strategies while providing exposure to the Elixir ecosystem. See the [Veda architecture overview](/etherfi/products/liquid/veda-vault.md) for how these contracts work together.

> **This vault is deprecated and is no longer accepting deposits.**

[View Elixir Stable Vault on ether.fi →](https://app.ether.fi/liquid/elixir)

**Vault Type:** Veda

**Base Asset:** USD

**Chains:** Ethereum mainnet

### Contracts

Addresses are the same across all deployed chains unless otherwise noted in the table.

| Contract        | Address                                      | Notes                                               |
| --------------- | -------------------------------------------- | --------------------------------------------------- |
| BoringVault     | `0x352180974C71f84a934953Cf49C4E538a6F9c997` |                                                     |
| Accountant      | `0xBae19b38Bf727Be64AF0B578c34985c3D612e2Ba` |                                                     |
| Manager         | `0x4D0EF2A55db2439A37507a893b624f89eC7A403c` |                                                     |
| Teller          | `0x417e1Ef6eB82c3E6a60c2DC342e574E4C51B4D35` |                                                     |
| Roles Authority | `0xc9CA4f230d30913877C9A18eEF7e907ee32EBeF2` |                                                     |
| Atomic Queue    | `0xD45884B592E316eB816199615A95C182F75dea07` | Used for withdrawals in place of BoringOnChainQueue |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://etherfi.gitbook.io/etherfi/products/liquid/deprecated-vaults/elixir-stable-vault.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
