Alpha Vault
Alpha Vault is a decentralized yield-optimizer that bridges institutional-grade option strategies with DeFi liquidity. By depositing collateral like REIT tokens or USDC, users generate yield through automated option selling.
What it is
Alpha Vault is a decentralized yield-optimizer that bridges institutional-grade option strategies with DeFi liquidity. By depositing collateral like REIT tokens or USDC, users generate yield through automated option selling. The core of this automation is the Chainlink Chain Runtime Environment, or CRE. CRE is used in three critical ways:
First, the Call Strategy, where CRE monitors REIT deposits to calculate target strike prices and mint call options.
Second, the Put Strategy, which manages USDC-backed put options for downside protection.
And third, Automated Settlement, where CRE securely fetches real-world asset prices to settle expired options and distribute payouts.
How it Works
It is built using Next JS for the frontend to allow user to deposit collateral into put or call option vaults.
The smart contracts are solidity deployed on ethereum sepolia testnet.
It uses typescript for the CRE workflows
There are three specific workflows :
Call Strategy and Put Strategry that monitor for Depost events into the vaul to write put and call options which are log trigger workflows
The Settlement workflow where CRE securely fetches real-world asset prices to settle expired options and distribute payouts. Which is a cron type workflow
Links
Created by
- Dominic Hackett