Skip to main content
✓ MAINNET — Real Funds Active
GEOD 🟡 TESTNET 🔵 DEVNET 🟢 MAINNET UTC: —
/* ─── HERO ─── */ .hero { padding: 5rem 1.5rem 3rem; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 700px 350px at 50% 0%, rgba(0,255,136,0.07) 0%, transparent 70%), radial-gradient(ellipse 500px 250px at 20% 80%, rgba(153,69,255,0.05) 0%, transparent 60%); pointer-events: none; } .hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(0,255,136,0.08); border: 1px solid rgba(0,255,136,0.25); border-radius: 100px; padding: 0.3rem 1rem; font-size: 0.8rem; color: var(--accent); margin-bottom: 1rem; font-family: var(--mono); } .hero h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 800; line-height: 1.1; margin-bottom: 0.5rem; letter-spacing: -0.02em; } .hero h1 span { color: var(--accent); } .hero-sub { color: var(--muted); font-size: 1.05rem; margin-bottom: 2rem; max-width: 520px; margin-inline: auto; } /* ─── PRICE + MARKET ─── */ .price-bar { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 2rem; } .price-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 12px; padding: 1rem 1.5rem; text-align: center; min-width: 140px; } .price-card .label { font-size: 0.7rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; font-family: var(--mono); } .price-card .value { font-size: 1.4rem; font-weight: 700; font-family: var(--mono); margin-top: 0.25rem; } .price-card .value.up { color: var(--accent); } .price-card .value.neutral { color: var(--gold); } /* ─── CTA BUTTONS ─── */ .cta-row { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 3rem; } .btn-primary { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--accent); color: #000; font-family: var(--font); font-weight: 700; font-size: 1rem; padding: 0.75rem 1.75rem; border-radius: 8px; border: none; cursor: pointer; text-decoration: none; transition: all 0.15s; } .btn-primary:hover { background: #33ff99; transform: translateY(-1px); } .btn-secondary { display: inline-flex; align-items: center; gap: 0.5rem; background: transparent; color: var(--text); font-family: var(--font); font-weight: 600; font-size: 0.95rem; padding: 0.75rem 1.75rem; border-radius: 8px; border: 1px solid var(--border); cursor: pointer; text-decoration: none; transition: all 0.15s; } .btn-secondary:hover { border-color: var(--accent); color: var(--accent); } /* ─── CHART + SWAP SECTION ─── */ .trade-grid { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem 4rem; display: grid; grid-template-columns: 1fr 360px; gap: 1.5rem; } @media (max-width: 800px) { .trade-grid { grid-template-columns: 1fr; } } .panel { background: var(--bg2); border: 1px solid var(--border); border-radius: 16px; overflow: hidden; } .panel-header { padding: 1rem 1.25rem; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between; } .panel-title { font-weight: 600; font-size: 0.9rem; } .panel-body { padding: 1.25rem; } /* ─── DEXSCREENER EMBED ─── */ .chart-container { position: relative; width: 100%; min-height: 420px; } .chart-container iframe { width: 100%; height: 420px; border: none; border-radius: 8px; } .chart-placeholder { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 420px; color: var(--muted); text-align: center; gap: 0.75rem; } .chart-placeholder .chart-icon { font-size: 3rem; opacity: 0.3; } /* ─── JUPITER SWAP PANEL ─── */ .swap-panel { display: flex; flex-direction: column; gap: 0; } .swap-token-row { display: flex; align-items: center; justify-content: space-between; padding: 1.25rem; border-bottom: 1px solid var(--border); } .swap-token-row:last-child { border-bottom: none; } .swap-token-info { display: flex; align-items: center; gap: 0.75rem; } .swap-token-icon { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; border: 2px solid var(--border); } .swap-token-symbol { font-weight: 700; font-size: 1rem; } .swap-token-mint { font-size: 0.7rem; color: var(--muted); font-family: var(--mono); } .swap-token-price { font-family: var(--mono); font-size: 0.9rem; } .jupiter-cta { display: block; text-align: center; background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); border: 1px solid rgba(0,212,255,0.3); border-radius: 10px; padding: 1rem; color: var(--blue); font-weight: 700; text-decoration: none; transition: all 0.15s; margin-top: 1rem; } .jupiter-cta:hover { border-color: var(--blue); background: rgba(0,212,255,0.05); } .jupiter-cta small { display: block; color: var(--muted); font-weight: 400; font-size: 0.75rem; margin-top: 0.2rem; } /* ─── TOKEN INFO ─── */ .token-details { display: flex; flex-direction: column; gap: 0.75rem; } .token-detail-row { display: flex; align-items: center; justify-content: space-between; padding: 0.6rem 0; border-bottom: 1px solid rgba(255,255,255,0.04); } .token-detail-label { color: var(--muted); font-size: 0.85rem; } .token-detail-value { font-family: var(--mono); font-size: 0.85rem; } .token-detail-value.verified { color: var(--accent); } /* ─── LIQUIDITY MINING SECTION ─── */ .lp-section { max-width: 1100px; margin: 0 auto; padding: 0 1.5rem 4rem; } .section-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 1.5rem; flex-wrap: wrap; gap: 1rem; } .section-title { font-size: 1.5rem; font-weight: 700; } .section-title span { color: var(--gold); } /* ─── METRICS GRID ─── */ .metrics-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin-bottom: 2rem; } .metric-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem; } .metric-card .metric-label { font-size: 0.72rem; color: var(--muted); text-transform: uppercase; letter-spacing: 0.08em; font-family: var(--mono); margin-bottom: 0.5rem; } .metric-card .metric-value { font-size: 1.6rem; font-weight: 700; font-family: var(--mono); } .metric-card .metric-sub { font-size: 0.75rem; color: var(--muted); margin-top: 0.25rem; } /* ─── HOW IT WORKS ─── */ .steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; } .step-card { background: var(--bg2); border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem; position: relative; overflow: hidden; } .step-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--accent), var(--purple)); } .step-num { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: rgba(0,255,136,0.1); color: var(--accent); font-weight: 700; font-size: 0.8rem; font-family: var(--mono); margin-bottom: 0.75rem; } .step-title { font-weight: 600; margin-bottom: 0.4rem; } .step-desc { font-size: 0.85rem; color: var(--muted); line-height: 1.5; } /* ─── TOKENOMICS GRID ─── */ .tokenomics-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; } @media (max-width: 700px) { .tokenomics-grid { grid-template-columns: 1fr; } } .tokenomics-block { background: var(--bg2); border: 1px solid var(--border); border-radius: 12px; padding: 1.25rem; } .tokenomics-block h3 { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); margin-bottom: 1rem; font-family: var(--mono); } .dist-row { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0; border-bottom: 1px solid rgba(255,255,255,0.04); } .dist-label { display: flex; align-items: center; gap: 0.5rem; font-size: 0.875rem; } .dist-dot { width: 8px; height: 8px; border-radius: 50%; } .dist-pct { font-family: var(--mono); font-weight: 600; color: var(--gold); } /* ─── PUMP.FUN NOTICE ─── */ .pump-notice { background: rgba(255,215,0,0.05); border: 1px solid rgba(255,215,0,0.2); border-radius: 12px; padding: 1rem 1.25rem; display: flex; align-items: flex-start; gap: 0.75rem; margin-top: 1rem; } .pump-notice .icon { font-size: 1.2rem; } .pump-notice p { font-size: 0.85rem; color: var(--muted); line-height: 1.5; } .pump-notice strong { color: var(--gold); } /* ─── FOOTER ─── */ footer { border-top: 1px solid var(--border); padding: 2rem 1.5rem; text-align: center; color: var(--muted); font-size: 0.8rem; } footer a { color: var(--muted); text-decoration: none; } footer a:hover { color: var(--accent); } /* ─── APY BADGE ─── */ .apy-badge { display: inline-flex; align-items: center; gap: 0.4rem; background: rgba(255,215,0,0.1); border: 1px solid rgba(255,215,0,0.3); border-radius: 8px; padding: 0.3rem 0.75rem; font-size: 0.8rem; color: var(--gold); font-family: var(--mono); font-weight: 600; } Skip to main content
✓ MAINNET — Real Funds Active
GEOD 🟡 TESTNET 🔵 DEVNET 🟢 MAINNET UTC: —
🔗 Solana Mainnet  •  $SWARM/USDC

Trade $SWARM

Buy $SWARM on pump.fun  •  Stake LP tokens to earn up to 18% APY via the YieldSwarm liquidity mining program.

pump.fun
Loading…
Liquidity
LP Stakers
0
Est. LP APR
18%
🟢 pump.fun ⚡ Jupiter Swap
📊 $SWARM/USDC — DexScreener Open ↗
⚡ Jupiter Swap Best price route
USDC
USDC
EPjFW…TDt1v
$1.00
↓ swap for $SWARM
$SWARM
$SWARM
8C9cciFj…MmG9Z
🔐 Token Contract
Symbol $SWARM
Mint 8C9cciFj…
Chain Solana
Decimals 9
Status ✓ Live on pump.fun
Explorer Solscan ↗
⛏️ Liquidity Mining
Stake your $SWARM/USDC LP tokens → earn yield automatically
📈 Up to 18% APY
Total LP Staked
0 LP
of $SWARM/USDC liquidity
Pending Rewards
0 $SWARM
accruing in real-time
Rewards Claimed
0 $SWARM
paid out to LP providers
Est. APR
18%
variable · rewards split 70/30
HOW IT WORKS
1
Buy $SWARM
Purchase $SWARM on pump.fun or Jupiter. You'll need $SWARM + USDC to provide liquidity.
2
Add Liquidity
Supply $SWARM + USDC to the Raydium pool. Receive LP tokens in return.
3
Stake LP Tokens
Deposit your LP tokens into the YieldSwarm staking contract. Rewards start accruing immediately.
4
Earn & Compound
Earn $SWARM rewards daily. Claim manually or set auto-compound. Rewards split: 70% to you, 30% to YieldSwarm treasury.
$SWARM TOKENOMICS

Distribution

Mining Rewards (657 AI Agents) 40%
Liquidity Pool 20%
Vault Ecosystem Reserve 15%
Community / Airdrop 15%
Team (3yr vesting) 10%

Key Parameters

Total Supply 1,000,000,000
Decimals 9
Mint Authority Revoked ✓
LP Mining Rewards 18% APY
Reward Split 70% LP / 30% Treasury
🐝

pump.fun Fair Launch: $SWARM launched on pump.fun with ~200M tokens (20%) seeded into the initial liquidity pool. The remaining 80% unlocks via mining rewards, vault ecosystem, and the community airdrop over 3 years. No team tokens unlocked until after the 3-year cliff.