# V2 Per-Account Vault Estate Bridge

`@v2/per-account-vault-estate-bridge` is the control-plane composition surface
for V2 per-account vault inheritance and estate transfer (§137). It produces the
estate-transfer manifest consumed by `V2Vault`, `V2Profile`, `V2OnlineServices`,
and the `V2CompanionApp`.

The bridge reuses:

- `@lakshmi/estate` for asset inventory, encrypted estate document vault,
  beneficiary tracking, digital legacy catalog, emergency access readiness, and
  executor/trustee runbooks.
- `@oshun/identity` for canonical account authority, account inheritance, and
  delegation-sensitive action gates.
- `@themis/transparency` for immutable delegation and transfer audit records.

The output schema is `v2.per-account-vault-estate-transfer-manifest` and its
asset-transfer contract is `v2.per-account-vault-asset-transfer`. It is off
rollback, server-authoritative, account/companion-only, and rejects live
gameplay frame RPCs. CI ownership is enforced by
`V2/ue/Tools/check-v2-per-account-vault-estate-bridge.py`.
