All programsStaging
External Positions Integration Staging
Integration adapter for trusted or native external positions. It registers position configs, accepts observations, validates them, and publishes aggregate priced-protocol data into the GLAM state. This staging deployment exposes additional or pre-release functionality for review.
Accounts owned or controlled
| Account | Owner / authority | Purpose |
|---|---|---|
| External position registry data | External Positions Integration Staging | Configuration for valued or tokenized positions that are priced through trusted or native observations. |
| Observation state PDA | External Positions Integration Staging | Pending and active observations for configured external positions. |
Integration notes
- External Positions Integration Staging must be enabled on the vault before integration actions can run. Delegate permissions are still required for non-owner callers.
Instructions
5 total
| Instruction | Description |
|---|---|
| refresh_priced_protocol | Republish the aggregate EPI priced protocol from already validated observations at the current slot. |
| remove_external_position | Remove an external position from the registry. |
| submit_external_observation | Submit an observation for a configured external position. |
| upsert_external_position | Create or update an external position configuration. |
| validate_external_observation | Validate a pending observation, promote to active, and publish the full aggregate priced protocol for ext_epi. |