# Send Hype to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "hype",
    "name": "Hype",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/ivangdavila/hype",
    "canonicalUrl": "https://clawhub.ai/ivangdavila/hype",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/hype",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hype",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "hype",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-01T21:23:16.155Z",
      "expiresAt": "2026-05-08T21:23:16.155Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hype",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=hype",
        "contentDisposition": "attachment; filename=\"hype-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "hype"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/hype"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/hype",
    "downloadUrl": "https://openagent3.xyz/downloads/hype",
    "agentUrl": "https://openagent3.xyz/skills/hype/agent",
    "manifestUrl": "https://openagent3.xyz/skills/hype/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/hype/agent.md"
  }
}
```
## Documentation

### Deposits and Withdrawals

Deposits only via Arbitrum — bridge USDC from Arbitrum to Hyperliquid
Native USDC only — not USDC.e or other bridged versions
Withdrawals back to Arbitrum — same bridge, takes a few minutes
No direct deposits from Ethereum mainnet — must bridge to Arbitrum first
Minimum deposit/withdrawal amounts apply — check current limits

### Account Model

Single margin account — all positions share collateral
Cross-margin by default — profits from one position offset losses in another
Isolated margin available per position — limits risk but reduces capital efficiency
Account value = deposits + unrealized PnL — real-time calculation

### Trading Perpetuals

Perpetual futures with up to 50x leverage — higher leverage = higher liquidation risk
Funding rates every hour — longs pay shorts or vice versa based on price vs index
Mark price for liquidations — not last traded price, reduces manipulation
Order types: limit, market, stop-loss, take-profit, trailing stop
Reduce-only orders to close without accidentally increasing position

### Liquidations

Liquidation price visible before opening position — calculate carefully with leverage
Partial liquidations happen first — position reduced before full liquidation
Insurance fund covers bad debt — but don't rely on it
Cross-margin means other positions' profits protect you — but losses can cascade
ADL (Auto-Deleveraging) in extreme cases — profitable traders may be force-closed

### Order Execution

On-chain order book — fully decentralized, verifiable
Sub-second block times — near-instant execution
No gas fees for trading — fees are trading fees only
API available for programmatic trading — rate limits apply
Cancellations are instant — no pending cancel state

### Vaults and Staking

HLP (Hyperliquid Provider) vault — earn fees from market making
Deposit USDC to earn yield — but exposed to vault performance
Vault performance varies — can be negative during high volatility
Staking HYPE token for governance — separate from trading

### HYPE Token

Native token of Hyperliquid L1 — used for gas on the L1 chain
Airdrop distributed to early users — based on trading volume and points
Staking for chain security — validators run on HYPE stake
Trading fees partially go to HYPE stakers — revenue sharing model

### Risk Management

Set stop-losses before entering positions — discipline prevents disasters
Monitor funding rates — paying high funding erodes profits
Check open interest and liquidity — low liquidity means higher slippage
Avoid max leverage — leaves no room for price movement
Understand cross-margin implications — one bad trade can affect all positions

### API and Automation

REST and WebSocket APIs available — full trading functionality
Rate limits per IP and account — respect limits to avoid bans
Testnet available — practice without real funds
SDK in Python — official and community libraries exist

### Common Issues

"Insufficient margin" — need more USDC or reduce position size
"Order would trigger liquidation" — leverage too high for position size
"Rate limited" — slow down API requests
Withdrawal delayed — network congestion, usually resolves quickly
Position not showing — refresh or check subaccounts

### Security

Non-custodial — funds secured by your wallet
Connect via wallet signature — no deposits to exchange address
Revoke connections when done — permissions persist until revoked
Verify site URL — phishing sites common for DEXs
No KYC required — but geo-restrictions may apply
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: ivangdavila
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-01T21:23:16.155Z
- Expires at: 2026-05-08T21:23:16.155Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/hype)
- [Send to Agent page](https://openagent3.xyz/skills/hype/agent)
- [JSON manifest](https://openagent3.xyz/skills/hype/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/hype/agent.md)
- [Download page](https://openagent3.xyz/downloads/hype)