AI Crypto & DeFi Analytics Specialist
An AI Crypto & DeFi Analytics Specialist leverages artificial intelligence to extract actionable intelligence from blockchain data…
Skill Guide
The core operational logic of decentralized finance protocols, specifically how Automated Market Makers (AMMs) algorithmically price assets, how lending protocols manage collateralized debt positions, and how on-chain derivatives create synthetic exposure.
Scenario
Create a simplified model (in Python or a spreadsheet) to understand how trades change the price and how impermanent loss occurs.
Scenario
You are a risk analyst for a DAO. A new volatile asset is being proposed as collateral. Your task is to recommend appropriate LTV and liquidation threshold parameters.
Scenario
Construct a strategy using a lending protocol (Aave), a DEX (Uniswap), and a derivatives protocol (GMX) to earn yield while minimizing directional exposure to ETH price movements.
Use Foundry to fork mainnet state and test protocol mechanics locally. Use Dune to analyze real-world protocol metrics like TVL, utilization, and liquidation events. Use automation tools for complex position management.
Apply these core models to decompose any protocol. The CDP model explains MakerDAO, Aave, and Compound. The Greeks framework is essential for pricing and hedging synthetic assets. Understanding liquidator bot incentives is key to assessing protocol security.
Answer Strategy
Define the core invariant for each: V2 uses the constant product (xy=k) for volatile pairs; Curve uses a hybrid invariant (e.g., StableSwap) that approximates a constant sum (x+y=k) near a 1:1 peg for stablecoins. Highlight that this reduces slippage for pegged assets but creates different risks if the peg breaks.
Answer Strategy
The question tests understanding of the liquidation mechanism lifecycle. The answer should cover: 1) Oracle updates the price feed, triggering the loan to become under-collateralized (below the liquidation threshold). 2) A liquidator bot identifies the position. 3) The liquidator calls the protocol's `liquidate` function, repaying part of the debt and receiving the collateral at a discount. 4) The protocol uses the repaid debt to stabilize itself, and the borrower's collateral is reduced. Mention the importance of reliable oracles and liquidator incentives.
1 career found
Try a different search term.