GLAMIDL Reference

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

AccountOwner / authorityPurpose
Bridge registry PDABridge Integration StagingRegistry for LayerZero OFT routes and managed bridge transfer records.
LayerZero OFT route recordsBridge Integration StagingRoute configuration for source mint, destination chain, provider program, recipient, and allowed amount range.
Managed transfer recordsBridge Integration StagingInflight 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
InstructionDescription
add_layerzero_oft_routeAdd Layerzero Oft Route configuration action.
commit_oft_transferVerifies the OFT send completed and records the resulting transfer.
delete_layerzero_oft_routeDelete Layerzero Oft Route configuration action.
prepare_oft_transferPrepares the auxiliary token account used by the OFT transfer flow.
price_managed_transfersPrices managed inflight transfers and publishes aggregated amount.
settle_managed_transferSettles a managed inflight transfer and removes it from the registry.
update_layerzero_oft_routeUpdate Layerzero Oft Route configuration action.
validate_managed_transferValidates a managed inflight transfer so that it becomes priceable.