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

PoliticianVaultUserVault
Weight sourcePortfolioOracle (external)Curator sets directly
CreationPermissioned (protocol owner)Permissionless
RebalancingAutomatic (engine/owner)Curator-triggered
Time-lockNot needed (oracle trusted)Required
Fee split100% protocolConfigurable curator share

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:
VaultSymbolPolitician
Tilt Pelosi IndextiltPELOSINancy Pelosi
Tilt Tuberville IndextiltTUBETommy Tuberville
Tilt Crenshaw IndextiltCRENDan Crenshaw
Tilt McCaul IndextiltMCCAULMichael McCaul
Tilt Wyden IndextiltWYDENRon Wyden
Tilt Sessions IndextiltSESSPete Sessions
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.