All programsStaging
Bridge Integration Staging
Integration adapter for LayerZero OFT routes and managed bridge transfers. It prepares, commits, validates, prices, and settles inflight bridge transfers that are tracked as external positions. This staging deployment exposes additional or pre-release functionality for review.
Accounts owned or controlled
| Account | Owner / authority | Purpose |
|---|---|---|
| Bridge registry PDA | Bridge Integration Staging | Registry for LayerZero OFT routes and managed bridge transfer records. |
| LayerZero OFT route records | Bridge Integration Staging | Route configuration for source mint, destination chain, provider program, recipient, and allowed amount range. |
| Managed transfer records | Bridge Integration Staging | Inflight bridge-transfer records used for validation, pricing, and settlement. |
Integration notes
- Bridge Integration Staging must be enabled on the vault before integration actions can run. Delegate permissions are still required for non-owner callers.
- Relevant official references: [LayerZero OFT documentation](https://docs.layerzero.network/v2/concepts/technical-reference/oft-reference).
Instructions
8 total
| Instruction | Description |
|---|---|
| add_layerzero_oft_route | Add Layerzero Oft Route configuration action. |
| commit_oft_transfer | Verifies the OFT send completed and records the resulting transfer. |
| delete_layerzero_oft_route | Delete Layerzero Oft Route configuration action. |
| prepare_oft_transfer | Prepares the auxiliary token account used by the OFT transfer flow. |
| price_managed_transfers | Prices managed inflight transfers and publishes aggregated amount. |
| settle_managed_transfer | Settles a managed inflight transfer and removes it from the registry. |
| update_layerzero_oft_route | Update Layerzero Oft Route configuration action. |
| validate_managed_transfer | Validates a managed inflight transfer so that it becomes priceable. |