t2000-borrow

Borrow USDC against savings collateral. Use when asked to borrow, take a loan, get credit, leverage savings, or access funds without withdrawing from savings. A 0.05% protocol fee applies. Only accepts USDC.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "t2000-borrow" with this command: npx skills add mission69b/t2000-skills/mission69b-t2000-skills-t2000-borrow

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:

  1. Savings collateral exists (NO_COLLATERAL if not)
  2. Requested amount ≤ max safe borrow (HEALTH_FACTOR_TOO_LOW if exceeds)
  3. 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 against
  • HEALTH_FACTOR_TOO_LOW: borrow would drop HF below 1.5. Error data includes maxBorrow.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

t2000-send

No summary provided by upstream source.

Repository SourceNeeds Review
General

t2000-save

No summary provided by upstream source.

Repository SourceNeeds Review
General

t2000-withdraw

No summary provided by upstream source.

Repository SourceNeeds Review
General

t2000-pay

No summary provided by upstream source.

Repository SourceNeeds Review