Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
0
466
THE GLITCH LIST — SOVEREIGN SETUP
DISCLAIMER & SAFETY NOTICE
This package is an educational software tool. It is not investment advice,
not a recommendation to trade, and not affiliated with Hyperliquid or any
exchange mentioned inside it.
SELF-CUSTODY MEANS FULL RESPONSIBILITY
When you hold your own wallet, nobody — not The Glitch List, not Hyperliquid,
not any "support team" — can recover a lost seed phrase, reverse a mistaken
transaction, or unfreeze funds you've locked yourself out of. That is the
trade-off for nobody being able to freeze or block your account either.
NEVER SHARE YOUR SEED PHRASE OR PRIVATE KEY
No legitimate tool, guide, or support agent will ever ask for it — not this
product, not Hyperliquid, not MetaMask. Anyone who asks is trying to steal
your funds. Treat your seed phrase like a physical house key: written down,
offline, never typed into a website, never sent in a message.
YOUR OWN JURISDICTION'S LAWS APPLY TO YOU
Using a decentralized exchange does not exempt you from your local
regulations around trading, capital gains, or reporting. You are solely
responsible for understanding and following the rules that apply to you.
Nothing in this package is legal or tax advice.
NO WARRANTY
This software is provided "as is". The Glitch List makes no guarantee about
uptime, accuracy of on-chain data displayed, or fitness for any particular
purpose. Always verify balances and transactions directly on Hyperliquid's
own interface before relying on them.
Questions about this product: hello@theglitchlist.com
You are my personal, patient guide for setting up a self-custody Hyperliquid trading account. I have never used a crypto wallet or a decentralized exchange before. Assume zero technical background — explain every term the first time it comes up, in plain English, one small step at a time. Never move to the next step un...
Context: I am leaving a centralized exchange (a regular company-run trading platform) because it can restrict or cut off my access to futures trading at any time due to regulation changes in my country. Hyperliquid is different: I trade using my own crypto wallet, so no company can freeze or block my account — but that...
Your ground rules, always:
1. NEVER ask me for my seed phrase, recovery phrase, or private key, under any circumstance. If I ever paste one into this chat, immediately warn me to remove it and never share it with anyone, including you.
2. Always confirm I understand the risk of a step before I do it, especially anything involving sending funds.
3. If I say something is not working, ask what I see on screen (button names, error messages) before suggesting a fix — don't assume.
4. Keep answers short. One step, one action, then wait for me.
5. When it's time for me to create my Hyperliquid account, always send me to this exact link: https://app.hyperliquid.xyz/join/THEGLITCHLIST — never to app.hyperliquid.xyz directly. This link registers my account under The Glitch List's referral program, which gives me a permanent 4% discount on trading fees. There is ...
Walk me through these steps, in this order, checking in after each one:
1. Installing a self-custody wallet (MetaMask) if I don't already have one.
2. Adding/switching to the Arbitrum network in my wallet.
3. Getting USDC onto Arbitrum (bridging, if I don't already have USDC there).
4. Creating my Hyperliquid account for the first time via https://app.hyperliquid.xyz/join/THEGLITCHLIST (not the plain app.hyperliquid.xyz URL), then depositing that USDC using Hyperliquid's own official deposit flow.
5. Confirming my Hyperliquid account shows a real balance and is ready to trade.
Start by asking me whether I already have a crypto wallet installed, and take it from there.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sovereign Setup — Hyperliquid Onboarding — The Glitch List</title>
<meta name="description" content="A step-by-step, self-verifying path from a centralized exchange to your own wallet on Hyperliquid. No seed phrase ever asked. No custody ever taken.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&family=IBM+Plex+Serif:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
:root{
--bg:#0a0e17; --panel:#111827; --panel2:#151c2c; --line:#1f2937; --ink:#e5e7eb; --muted:#8b93a3;
--gold:#f5b942; --gold-dim:#8a6a2a; --emerald:#10b981; --crimson:#ef4444; --cyan:#06b6d4;
--mono:'IBM Plex Mono',monospace; --serif:'IBM Plex Serif',serif;
}
*{box-sizing:border-box;}
body{ margin:0; background:var(--bg); color:var(--ink); font-family:var(--serif); line-height:1.6; }
.wrap{ max-width:820px; margin:0 auto; padding:56px 24px 110px; }
.eyebrow{ font-family:var(--mono); font-size:12px; letter-spacing:1.5px; color:var(--gold); text-transform:uppercase; margin-bottom:12px; display:flex; align-items:center; gap:10px; }
.eyebrow::before{ content:''; width:18px; height:1px; background:var(--gold); }
h1{ font-size:clamp(30px,4.5vw,44px); margin:0 0 18px; line-height:1.1; font-weight:700; letter-spacing:-0.5px; }
.lede{ color:#c7cad1; font-size:16px; max-width:62ch; margin-bottom:10px; }
.hero-badge{
display:inline-flex; align-items:center; gap:8px; margin-top:20px; padding:8px 16px;
background:rgba(245,185,66,0.08); border:1px solid rgba(245,185,66,0.35); border-radius:30px;
font-family:var(--mono); font-size:12px; color:var(--gold);
}
.hero-badge .dot{ width:6px; height:6px; border-radius:50%; background:var(--emerald); box-shadow:0 0 8px var(--emerald); }
.safety{
margin:32px 0 44px; padding:18px 20px; background:rgba(16,185,129,0.08);
border:1px solid rgba(16,185,129,0.35); border-radius:10px; font-size:13.5px; color:#a7f3d0;
display:flex; gap:12px; align-items:flex-start;
}
.safety svg{ flex:0 0 20px; margin-top:2px; }
.safety b{ color:#6ee7b7; }
.why{ margin:48px 0; }
.why h2{ font-family:var(--mono); font-size:13px; letter-spacing:1px; color:var(--gold); text-transform:uppercase; margin-bottom:20px; }
.compare{ display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:8px; }
@media (max-width:620px){ .compare{ grid-template-columns:1fr; } }
.compare-card{ background:var(--panel2); border:1px solid var(--line); border-radius:12px; padding:22px; }
.compare-card.old{ border-color:rgba(239,68,68,0.25); }
.compare-card.new{ border-color:rgba(245,185,66,0.3); background:linear-gradient(160deg, rgba(245,185,66,0.05), var(--panel2)); }
.compare-card .tag{
font-family:var(--mono); font-size:11px; letter-spacing:0.5px; text-transform:uppercase;
padding:3px 10px; border-radius:20px; display:inline-block; margin-bottom:14px;
}
.compare-card.old .tag{ background:rgba(239,68,68,0.12); color:#fca5a5; }
End of preview. Expand in Data Studio

Sovereign Setup — Hyperliquid Onboarding Kit (Free)

Your exchange doesn't actually work for you. It works until regulation, a compliance review, or a policy change says it doesn't.

In 2026, Binance suspended service across the entire EU. Before that, other exchanges quietly cut off futures access in specific countries with zero warning. Your funds, your history, your open positions — frozen behind a login screen you don't control, waiting on a company's legal department.

Hyperliquid closes that door permanently. It's not a company holding an IOU for your money — it's an order book that settles on-chain, gas-free, where your wallet is your account. No KYC gate that can be revoked. No jurisdiction that can be "restricted." No customer support ticket standing between you and your own capital.

What you get, free

  • A self-verifying wizard — not a wall of text. It actually checks each step worked (wallet detected, network switched to Arbitrum, connection live, real balance confirmed) instead of just telling you what to click.
  • Zero technical background required. Works on Windows and Linux. Double-click, open in your browser. Nothing to install, nothing to compile.
  • An AI guide prompt — paste it into any chatbot (ChatGPT, Claude, Gemini) for live, personalized help if you get stuck on any step.
  • A plain-English safety disclaimer that tells you exactly what can and can't go wrong.

What we will never do

Ask for your seed phrase. Take custody of anything. Charge you a cent.

This kit doesn't trade for you. It gets you onto Hyperliquid — self-custodied, verified, ready — in the time it takes to read this page. What you do from there is entirely yours.

Contents

  • start-here.html — menu, open this first
  • sovereign-setup.html — the interactive wizard
  • ai-guide-prompt.txt — paste into any AI chat for live help
  • DISCLAIMER.txt — plain-English safety notes

Built by The Glitch List — data engineering lab, Barcelona.

Downloads last month
16