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
- The backend oracle service monitors STOCK Act filings from Congress
- New trade disclosures are processed into portfolio weights (basis points)
- The reporter calls
PortfolioOracle.updatePortfolio()on-chain PoliticianVault.getTargetWeights()reads from the oracle- Rebalancing aligns holdings to the updated weights
Key Differences from UserVault
Rebalancing
- Restricted to the
RebalanceEngineor vault owner - A configurable
minRebalanceIntervalprevents 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.