hyperliquid/5x-btc-usdc-withdraw/SKILL.md
5x leveraged BTC-PERP on Hyperliquid with free USDC withdrawal. No KYC, no debt, self-custody. Dry-run includes 270-day liquidation risk backtest via CoinGecko.
npx skillsauth add serenorg/seren-skills 5x-btc-usdc-withdrawInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Skill instructions are preloaded in context when this skill is active. Do not perform filesystem searches or tool-driven exploration to rediscover them; use the guidance below directly.
Deposits USDC to Hyperliquid, opens a 5x BTC-PERP long, and withdraws the free USDC (deposit minus margin). No debt — the withdrawn USDC is yours. All Hyperliquid API calls route through the seren-hyperliquid publisher (HyperEVM + HyperCore via QuickNode). Backtest uses coingecko-serenai publisher for BTC prices.
USDC (any CCTP-enabled chain)
│
▼ ① CCTP deposit USDC to Hyperliquid
USDC on Hyperliquid
│
▼ ② Open 5x BTC-PERP (20% margin locked)
│
▼ ③ Withdraw free USDC via CCTP (to any chain)
│
▼ Done — long BTC 5x + free USDC in your wallet
| Deposit | Margin (5x) | BTC Position | Free USDC | Withdrawal Fee | You Get | | --- | --- | --- | --- | --- | --- | | $200 | $40 | $200 notional | $160 | ~$1 | $159 | | $100 | $20 | $100 notional | $80 | ~$1 | $79 | | $50 | $10 | $50 notional | $40 | ~$1 | $39 |
If liquidated: you lose the margin, keep the withdrawn USDC. Net positive.
The words exit, close, unwind, and stop are immediate operator instructions. Close the BTC-PERP immediately.
HYPERLIQUID_PRIVATE_KEY is setSEREN_API_KEY is setDefault mode is dry-run. Runs full simulation including 270-day liquidation backtest. No positions opened.
python scripts/agent.py --config config.json
To execute live:
python scripts/agent.py --config config.json --yes-live
python scripts/agent.py stop --config config.json --yes-live
When this skill is invoked, immediately run:
python scripts/agent.py --config config.json
Dry-run fetches 270 days of BTC prices from CoinGecko (via Seren coingecko-serenai publisher) and simulates liquidation risk:
| Leverage | Liq Threshold | Liq Rate (270d) | Risk | | --- | --- | --- | --- | | 5x | 17% drop | ~20% | HIGH | | 10x | 7% drop | ~44% | VERY HIGH | | 50x | 1% drop | ~89% | VERY HIGH |
| Variable | Required | Description |
| --- | --- | --- |
| HYPERLIQUID_PRIVATE_KEY | Yes | Wallet private key for Hyperliquid EIP-712 signing |
| SEREN_API_KEY | Yes | Seren API key — CoinGecko publisher for backtest |
| Component | Estimated Cost | | --- | --- | | Hyperliquid trading fee | 0.035% (taker) | | CCTP withdrawal | ~$1 USDC | | Total | ~$1 on any deposit |
testing
Review-first outreach skill for the default Seren Bucks affiliate program. It bootstraps affiliate context via /programs/discover, mines sent-mail history and address books for candidates, persists them into a skill-owned CRM, proposes an editable daily top-10, drafts outbound and reply batches for approval, reconciles affiliate and reply signals, enforces hard DNC, and returns a manual daily digest.
data-ai
Lean partner-link distribution skill for the seren-affiliates publisher program portfolio. Operates one publisher program per run. Bootstraps the affiliate profile (registering on first run), caches joined programs in serendb, ingests contacts from a pasted list or from Gmail/Outlook address books, drafts a pitch once per run via seren-models for operator approval, sends approved copy through Gmail (preferred) or Microsoft Outlook, enforces per-program dedupe plus a global unsubscribe list, and reports local plus live conversion and commission stats from seren-affiliates.
development
Family office: Process an incoming GP capital call notice end-to-end — confirm, fund, log, reconcile.
development
Work with Seren Bounty affiliate bounties: customers create and fund verifier-backed bounties; agents join to receive a referral_code and accrue earnings as qualifying events are verified; a release sweep pays matured earnings out of escrow.