t2000-borrow
Originally frommission69b/t2000-skills
SKILL.md
t2000: Borrow USDC
Purpose
Take a collateralized loan using savings deposits as collateral. Borrowed USDC goes to the available balance. A 0.05% protocol fee applies.
Command
t2000 borrow <amount>
# Examples:
t2000 borrow 40
t2000 borrow 100
Safety
Before borrowing, t2000 checks:
- Savings collateral exists (
NO_COLLATERALif not) - Requested amount ≤ max safe borrow (
HEALTH_FACTOR_TOO_LOWif exceeds) - Health factor stays above 1.5 after the borrow
If the amount exceeds the safe limit, the CLI shows:
⚠ Max safe borrow: $XX.XX (HF X.XX → min 1.5)
Fees
- Protocol fee: 0.05% of the borrow amount
Output
✓ Borrowed $XX.XX USDC
Health Factor: X.XX
Tx: https://suiscan.xyz/mainnet/tx/0x...
Error handling
NO_COLLATERAL: no savings deposited to borrow againstHEALTH_FACTOR_TOO_LOW: borrow would drop HF below 1.5. Error data includesmaxBorrow.
Weekly Installs
13
Repository
mission69b/t2000GitHub Stars
9
First Seen
14 days ago
Security Audits
Installed on
opencode13
codex13
mcpjam12
claude-code12
windsurf12
zencoder12