Enosys Loans (CDP) protocol. Check stability pool deposits, deposit/withdraw CDP, view collateral rewards. Triggers on "/cdp", "enosys loans", "stability pool", "cdp earn", "liquity".
Interact with Enosys Loans protocol - a Liquity V2 fork on Flare.
node skills/cdp/scripts/cdp.js <command> [options]
| Command | Description |
|---------|-------------|
| status | Protocol stats, pool TVL, your positions |
| balance [address] | Check CDP balance and SP deposits |
| deposit <amount> <pool> | Deposit CDP to earn pool (fxrp/wflr) |
| withdraw <amount> <pool> | Withdraw from earn pool |
| claim <pool> | Claim yield + liquidation collateral |
| pools | Show stability pool stats |
# Check protocol status
/cdp status
# Check your position
/cdp balance
# Deposit 100 CDP to FXRP earn pool
/cdp deposit 100 fxrp
# Withdraw 50 CDP from WFLR pool
/cdp withdraw 50 wflr
# Claim all rewards from FXRP pool
/cdp claim fxrp
| Contract | Address |
|----------|---------|
| CDP Dollar | 0x6Cd3a5Ba46FA254D4d2E3C2B37350ae337E94a0F |
| Contract | Address |
|----------|---------|
| BorrowerOperations | 0x18139E09Fb9a683Dd2c2df5D0edAD942c19CE912 |
| TroveManager | 0xc46e7d0538494FEb82b460b9723dAba0508C8Fb1 |
| StabilityPool | 0x2c817F7159c08d94f09764086330c96Bb3265A2f |
| PriceFeed | 0xFc35d431Ce1445B9c79ff38594EF454618D2Ec49 |
| Contract | Address |
|----------|---------|
| BorrowerOperations | 0x19b154D5d20126a77309ae01931645a135E4E252 |
| TroveManager | 0xB6cB0c5301D4E6e227Ba490cee7b92EB954ac06D |
| StabilityPool | 0x0Dd6daab4cB9A0ba6707Cf59DBfbc28cc33CA24A |
// Deposit CDP to earn
function provideToSP(uint256 _topUp, bool _doClaim)
// Withdraw CDP
function withdrawFromSP(uint256 _amount, bool _doClaim)
// View functions
function getCompoundedBoldDeposit(address) → current deposit
function getDepositorYieldGain(address) → pending CDP yield
function getDepositorCollGain(address) → pending collateral
/price for broad pricing data)/lp for concentrated liquidity positions)Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer