Install
openclaw skills install evk-live-borrow-proofProve that a deployed Euler EVK market can really borrow against the intended collateral path with tiny live canaries or dry-run previews. Use when an agent needs to validate EVK borrowability on an EVM chain after deployment, especially for cross-vault share-token collateral, isolated collateral proofs, controller or collateral rotation in EVC, debt repayment cleanup, or adapting a known Arbitrum proof flow to other assets and chains.
openclaw skills install evk-live-borrow-proofTurn a successful one-off borrow probe into a repeatable agent workflow.
This skill is for proving actual borrowability onchain, not just showing that a vault deployed or that an oracle route exists on paper.
--live and the config's guarded live-send acknowledgement field before any transaction is sentreferences/live-borrow-checklist.mdreferences/arbitrum-eusdc1-isolated-example.json when you want a concrete config shapenode scripts/evk_live_borrow_proof.js --help for the bundled executorNormalize the proof target. Capture:
Check the acceptance criteria before touching live state. Confirm all of these are true:
Use preview mode first.
Run the bundled executor without --live so the agent can inspect:
Run live only after the preview is sane and the user has asked for a real canary. Keep amounts tiny.
Report what was actually proven. Always distinguish between:
Use scripts/evk_live_borrow_proof.js.
It supports:
eWETH-11, or eUSDC-1. Treat them as an example only.repaySwap.Always report:
If the user is not yet at the live-proof stage and still needs a borrowable EVK market, switch to the agentic-lending-evk skill first, especially for share-aware router deployment work.