返回顶部
h

hypurrfiHypurrFi借贷

DeFi lending on Hyperliquid. Deposit to earn yield, borrow against collateral. Supports Pooled (Aave v3), Prime/Yield (Euler), and Vault markets. Use when an agent wants to earn yield on idle assets, borrow stablecoins against HYPE, or manage a DeFi treasury.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
201
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

hypurrfi

HypurrFi 技能

面向Hyperliquid上AI代理的DeFi借贷服务。

存入资产 → 赚取收益。抵押资产 → 借贷。全部在HyperEVM上完成。

快速入门(Git克隆 → 5分钟完成存入)

bash

1. 克隆并安装


git clone https://github.com/hypurrfi/hypurrfi-skill.git ~/.openclaw/workspace/skills/hypurrfi
cd ~/.openclaw/workspace/skills/hypurrfi && npm install

2. 设置钱包(如尚未创建)

node scripts/setup.js --json

3. 用HYPE或稳定币为钱包充值

通过 https://cctp.to 桥接,或从HyperCore L1转账

4. 存入!

node scripts/deposit.js pooled usdt0 100 --json

市场类型

市场风险模式最佳用途
Pooled(共享池)共享Aave v3最深流动性,跨抵押借贷
Prime(优选)
较低 | Euler | 更安全的资产,保守策略 | | Yield(收益) | 较高 | Euler | 更高年化收益率,风险较高的资产 | | Vault(金库) | 托管 | 精选 | 存入即忘,由ClearstarLabs管理 |

⚠️ 重要提示: 一个市场中的资产不能作为另一个市场的抵押品。Prime市场的HYPE ≠ Pooled借贷的抵押品。



命令

查看您的仓位

bash

所有市场的仓位概览


node scripts/positions.js --json

详细健康因子和清算风险

node scripts/health.js --json

存入(赚取收益)

bash

存入特定市场


node scripts/deposit.js <市场> <代币> <数量> [--yes] [--json]

示例

node scripts/deposit.js pooled usdt0 100 --json # Pooled市场 node scripts/deposit.js prime hype 10 --json # Prime市场(较低风险) node scripts/deposit.js yield hype 10 --json # Yield市场(较高年化收益率) node scripts/deposit.js vault usdt0 100 --json # ClearstarLabs金库

提取

bash
node scripts/withdraw.js <市场> <代币> <数量|max> [--yes] [--json]

示例

node scripts/withdraw.js pooled usdt0 50 --json node scripts/withdraw.js pooled usdt0 max --json # 提取全部

借贷(以抵押品为担保)

bash

先存入抵押品,再借贷


node scripts/borrow.js <市场> <代币> <数量> [--yes] [--json]

示例:在Pooled市场以HYPE为抵押品借入USDT0

node scripts/deposit.js pooled hype 10 --yes --json node scripts/borrow.js pooled usdt0 1000 --yes --json

还款

bash
node scripts/repay.js <市场> <代币> <数量|max> [--yes] [--json]

示例

node scripts/repay.js pooled usdt0 500 --json node scripts/repay.js pooled usdt0 max --json # 偿还全部债务

查看年化收益率

bash
node scripts/rates.js --json



支持的代币


代币地址市场
HYPE原生Pooled, Prime, Yield
USDT0
0xB8CE59FC3717ada4C02eaDF9682A9e934F625ebb | 全部 |
| USDC | 0x211Cc4DD073734dA055fbF44a2b4667d5E5fE5d2 | Pooled |
| USDXL | 0xca79db4B49f608eF54a5CB813FbEd3a6387bC645 | Pooled |
| hwHYPE | 0x... | Prime, Yield |


安全规则

  1. 1. 始终检查健康因子后再增加借贷
- 健康因子 > 1.5 = 安全 - 健康因子 1.0-1.5 = 谨慎 - 健康因子 < 1.1 = 存在清算风险!
  1. 2. 交易前确认 — 仅在审查后使用 --yes
  1. 3. 从小额开始 — 先用小额资金测试
  1. 4. 监控仓位 — 定期运行 node scripts/health.js
  1. 5. 保留Gas储备 — 交易需要约0.01 HYPE

常见操作流程

稳定币赚取收益

bash

将USDT0存入Pooled市场,获取约5-15%年化收益率

node scripts/deposit.js pooled usdt0 1000 --yes --json

HYPE杠杆操作(循环)

bash

1. 存入HYPE

node scripts/deposit.js pooled hype 100 --yes --json

2. 以HYPE为抵押借入稳定币

node scripts/borrow.js pooled usdt0 5000 --yes --json

3. (可选)用借入的稳定币购买更多HYPE

...然后将这些HYPE也存入(循环操作)

保守型资金管理

bash

使用金库获取托管式、低维护的收益

node scripts/deposit.js vault usdt0 10000 --yes --json

错误处理

错误原因解决方法
未找到钱包钱包未设置运行 node scripts/setup.js
余额不足
代币不足 | 先为钱包充值 | | 健康因子过低 | 杠杆过高 | 偿还债务或增加抵押品 | | 金额超出可用范围 | 尝试提取过多 | 检查仓位,使用 max |

链接

  • - 应用:https://app.hypurr.fi
  • 文档:https://docs.hypurr.fi
  • 浏览器:https://explorer.hyperliquid.xyz
  • 支持:https://discord.gg/hypurrfi

钱包位置

私钥存储位置:~/.hyperliquid-wallet.json

切勿分享此文件。 同一钱包适用于HyperCore L1和HyperEVM。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 hypurrfi-1776112873 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 hypurrfi-1776112873 技能

通过命令行安装

skillhub install hypurrfi-1776112873

下载

⬇ 下载 hypurrfi v1.0.0(免费)

文件大小: 19.21 KB | 发布时间: 2026-4-15 13:02

v1.0.0 最新 2026-4-15 13:02
Initial publish — DeFi lending on Hyperliquid

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部