# What's New in V3

### NEW FEATURES

#### OPAL: The Autonomous Balance Sheet

V3 introduces OPAL (Origami's Portfolio of Assets and Liabilities), a new vault architecture that manages multiple asset and liability positions simultaneously across different protocol integrations. OPAL vaults implement the Tokenised Balance Sheet (TBS) V2 interface, meaning the vault share price reflects the net value of an entire portfolio rather than a single token position.

Key differences from V2 leveraged vaults:

<figure><img src="https://1838495634-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuQqfnSZUSHvj0FdEt8I8%2Fuploads%2FPF3GG7iUZ5kEAKa0nlmo%2FKey%20Differences%20From%20V2%20leveraged%20Vaults.png?alt=media&#x26;token=3d0e4ce1-1fd1-4f8d-8b00-394b296bf44e" alt=""><figcaption></figcaption></figure>

#### Perpetual PT Vaults

OPAL enables a new category of vault: the Perpetual PT Vault. These vaults hold leveraged Pendle Principal Token (PT) positions and automatically roll the position to the next maturity when a PT expires. The depositor's vault share remains valid across maturities. There is no need to withdraw, wait for a new vault, and redeposit.

#### Immutable Adapter Configuration

Every protocol integration in an OPAL vault is configured through immutable bytecode arguments baked into the adapter contract at deployment. The pool address, token configuration, and protocol parameters cannot be modified by governance, admin keys, or any other mechanism after deployment. Risk parameters such as `maxSafeLtv` remain governance-adjustable.&#x20;

See [How Does an OPAL Vault Work? — The Adapter Layer](https://docs.origami.finance/how-does-an-opal-vault-work#the-adapter-layer) for details.

#### Atomic Managed Rebalances

All multi-step vault operations (leverage adjustments, PT rollovers, inter-adapter migrations) execute as atomic bundles within a single transaction using Origami's fork of Morpho Bundler3. If any step fails, the entire transaction reverts and the vault returns to its pre-operation state.

{% hint style="danger" %}
Make sure you understand the Risks associated with Origami Finance before opting to use any of its products.
{% endhint %}

Ready to get started? Visit the dApp here 👉 [https://origami.finance](https://origami.finance/)


---

# 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.origami.finance/the-third-fold-opal/whats-new-in-v3.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.
