/rwa/{address} endpoint and returns depeg-risk signals for the asset or token address the policy checks.
Deployment
| Field | Value |
|---|---|
| Pack id | webacy |
| PolicyData addresses | VaultKit address table |
| Canonical deployments | deployments.json |
Secret
| Secret | Required? | Where to get it |
|---|---|---|
WEBACY_API_KEY | Required | developers.webacy.co |
Data Inputs
| Field | What it means | Why the policy uses it |
|---|---|---|
is_collapsed | Whether Webacy reports the pegged asset as collapsed. | Denies manager actions when the asset is already in a collapsed state. |
depeg_event_count | Number of detected depeg events in the relevant lookback. | Lets policies stop actions after repeated peg failures. |
consecutive_days_below_peg | Number of consecutive days the asset has remained below peg. | Captures sustained, not just momentary, peg stress. |
address | The checked token or RWA address. | Binds the Webacy result to the asset used by the policy. |