Skip to main content
Newton vault policy packs combine Rego policy logic with policy data oracles. The oracle gathers the external data needed for a decision, then the Rego policy evaluates that data against the vault’s configured parameters. In the Newton dashboard, use Explore Data Oracles to browse available data oracles, inspect the data they provide, and add the relevant oracle to a policy. Vault policy packs can combine multiple oracles, so a single vault action can be checked against risk, compliance, and market data before it is approved. The open-source policy packs live in newt-foundation/newton-policy-packs. Data providers can follow the repo’s CONTRIBUTING guide to add a pack that other developers can reuse in Newton-powered applications. For more detail on how packs work, how they are implemented, and how to build policies from them, see Policy Packs.
The canonical deployment source is newton-policy-packs/deployments.json. The table below is a production-address snapshot for common curator workflows; use deployments.json for stage environments, WASM CIDs, deploy dates, and future redeploys.

Available Packs

Deployed PolicyData Addresses

Production PolicyData addresses for each pack:

Composing Policy Packs

Vault policy packs are most useful when combined. For example, a regulated yield vault might require:
  • Webacy depeg-risk checks for pegged-token exposure
  • Chainalysis sanctions screening for the depositor address
  • Vaults.fyi risk checks before accepting additional capital
  • RedStone oracle divergence checks before curator reallocations
The result is a vault whose rules are explicit, inspectable, and enforced before execution.

Policy Packs Guide

Learn how policy packs are structured, implemented, and used in Newton policies.

Vaults.fyi Vault Risk Rating

Check vault APY, TVL drawdown, risk score, allocation changes, flags, and corruption status.

Chainalysis Address Screening

Screen addresses against sanctions and risk categories.

Webacy Depeg Risk

Monitor pegged-token depeg risk before manager actions execute.

RedStone Oracle Divergence

Compare RedStone price data against onchain oracle data before allowing actions.