Skip to main content

PoliticianVault

PoliticianVault extends BaseVault with automatic weight management driven by the PortfolioOracle. These are the flagship strategies that demonstrate Tilt Protocol’s capabilities.

How It Works

  1. The backend oracle service monitors STOCK Act filings from Congress
  2. New trade disclosures are processed into portfolio weights (basis points)
  3. The reporter calls PortfolioOracle.updatePortfolio() on-chain
  4. PoliticianVault.getTargetWeights() reads from the oracle
  5. Rebalancing aligns holdings to the updated weights
The entire process is automated — no manual intervention required.

Key Differences from UserVault

Rebalancing

  • Restricted to the RebalanceEngine or vault owner
  • A configurable minRebalanceInterval prevents excessive rebalancing
  • Triggered automatically when the oracle publishes weight changes

Deployed Vaults

Six politician-tracking vaults are currently live on testnet: These vaults serve as proof that Tilt’s infrastructure can power real, automated, alpha-generating strategies. They showcase the full pipeline: off-chain data ingestion, on-chain oracle updates, automatic rebalancing, and transparent investor access.