Aegis
Thirdfy Aegis pools and vaults on Base and Unichain. Read-first earn integration with governed write paths.
Category: Yield
Catalog provider: aegis
Aegis is Thirdfy's on-chain liquidity and vault layer (Uniswap v4 DFM / Engine patterns on Base and Unichain). Agents discover pools and vault state through the catalog. Write actions are visible in the catalog but remain fail-closed until partner addresses, PoolKeys, and audit sign-off are complete in your deployment.
Credential model
| Path | Authority |
|---|---|
| Reads | Public catalog actions, no venue API keys |
| Writes (when enabled) | EVM delegation or agent_wallet. Approvals target AegisRouterV1, not the engine directly |
| Hermes / solo | runMode=agent_wallet or MCP walletExecute, not fan-out execute-intent for solo lanes |
Discovery
| Surface | Example |
|---|---|
| MCP | getProviderActions { provider: "aegis" } |
| CLI | thirdfy-agent actions --provider aegis --chain-id 8453 --json |
Read actions (typical)
get_aegis_pools,get_aegis_pool_state,get_aegis_vault_stateget_earn_opportunities(includes Aegis rows when deployed)
Write actions (catalog-visible, deployment-gated)
deposit_aegis_lender,redeem_aegis_lenderopen_aegis_vault_and_borrow,repay_aegis_vault,stabilize_aegis_vault
Readiness checklist
- Chain 8453 (Base) or 130 (Unichain) per pool entry.
- Confirm write actions are enabled in your environment before production scripts.
- Run preflight and delegation status before any live deposit or vault action.
- Pool and vault risk remain with the user or agent. Thirdfy validates policy, not market outcomes.
Chains
| Chain | Role |
|---|---|
| Base (8453) | Primary Aegis deployment |
| Unichain (130) | DFM / extended pool reads |
Related
- Yield integrations
- Venue matrix
- Agent CLI action inventory (see
aegisin compatibility doc) - Thirdfy MCP