Your pump.fun or four.meme token isn't dead β bring it to Seven Chain and earn SEVEN
Claim Your SEVEN β Β· Launch a Token Β· Explorer Β· Buy SEVEN Β· Telegram
If you created a token on pump.fun or four.meme, you can claim free SEVEN tokens simply by proving you're the creator. No migration required. No tech skills needed. Takes 60 seconds.
| Your Token's Status | What Happens on Seven Chain |
|---|---|
| Still trading on pump.fun / four.meme | Gets a second live market on Seven Chain β double the exposure |
| Bonded / graduated | Fresh start on a new EVM chain with real trading infrastructure |
| Rugged / dead | Full revival with a new community, new launchpad, new momentum |
| Just launched | Multi-chain presence from day one β Solana/BSC + EVM L1 |
- Go to theseven.meme/claim
- Paste your pump.fun or four.meme token contract address
- Connect the wallet you used to deploy it
- Sign a message (proves you're the creator β signature only, no on-chain transaction, no gas cost)
- Receive SEVEN instantly to your connected wallet
See CLAIM.md for the full step-by-step guide with screenshots.
Rewards scale with your token's traction. The bigger your community, the more SEVEN you earn.
| Tier | Holders Required | Lifetime Volume | SEVEN Reward |
|---|---|---|---|
| π₯ Spark | 50+ | $500+ | 1 SEVEN |
| π₯ Flame | 200+ | $5,000+ | 3 SEVEN |
| π₯ Blaze | 1,000+ | $50,000+ | 10 SEVEN |
| π Inferno | 5,000+ | $500,000+ | 25 SEVEN |
Referral bonus: Share your personal claim link. Every creator who claims through your link earns you +0.5 SEVEN automatically β no cap.
| Feature | pump.fun | four.meme | Seven Chain |
|---|---|---|---|
| Chain | Solana | BSC | EVM L1 (Chain ID 70007) |
| Perpetual futures trading | β | β | β Up to 2001Γ leverage |
| Token launchpad | β | β | β Bonding curve |
| BSC bridge | β | β | β V3 non-upgradeable |
| Earn as validator | β | β | β Block rewards + relay fees |
| Token creator rewards | β | β | β Free SEVEN on claim |
| Block explorer | Limited | Limited | β Full explorer |
| Deploy Solidity contracts | β | β | β Full EVM compatibility |
| Staking | β | β | β SEVEN staking, up to 3Γ yield |
Seven Chain is a full L1 blockchain β not a launchpad bolted onto someone else's chain. Your token gets real block production, real validators, a real bridge, and real trading pairs on a dedicated perpetual futures platform.
When your token holders trade on Seven Chain, the platform's relay model ensures near-zero cost:
- Validators earn 0.0003 SEVEN per block β incentivizing chain reliability
- Bridge solvers earn 0.0004 BNB per settled cross-chain intent β keeping the bridge fast
- VIP users pay zero relay fee β only a tiny SEVEN micro-fee flows to the block validator
- Token creators earn SEVEN just for bringing their community to the chain
The SEVEN token is the connective tissue: validators stake it to multiply earnings, creators earn it as rewards, and traders use it as the base asset on the launchpad.
Don't have a token yet? Deploy one directly to Seven Chain (Chain ID 70007) in under 5 minutes using this kit:
# 1. Clone
git clone https://github.com/umairkhan2582/seven-creator-kit
cd seven-creator-kit
# 2. Install
npm install
# 3. Configure your token
cp .env.example .env
# Set: TOKEN_NAME, TOKEN_SYMBOL, TOTAL_SUPPLY, PRIVATE_KEY
# 4. Deploy to Seven Chain
npm run deploy
# β
Your token is live on Chain ID 70007
# β Verify on explorer: https://theseven.meme/blockchain/explorerNo-code option: Use the web launchpad at theseven.meme/launchpad β no command line, no wallet setup, browser-based deploy.
| File | What it does |
|---|---|
contracts/MemeToken.sol |
Audited ERC-20 template β rename, customize, deploy |
hardhat.config.ts |
Pre-configured for Seven Chain (Chain ID 70007) β zero setup |
scripts/deploy.ts |
One-command deploy to Seven Chain mainnet |
scripts/verify.ts |
Verify contract source on Seven Chain block explorer |
CLAIM.md |
Full step-by-step guide for pump.fun / four.meme claim |
REVAMP.md |
Full revamp playbook β bring your dead token back |
LAUNCH_CHECKLIST.md |
Everything to do before, during, and after launch |
FAQ.md |
Answers to every question you'll have |
marketing/tweet-templates.md |
Copy-paste launch tweets β customise and post |
marketing/telegram-announce.md |
Telegram announcement template for your community |
| Parameter | Value |
|---|---|
| Network Name | Seven Chain |
| Chain ID | 70007 |
| RPC URL | https://theseven.meme/api/seven-chain/jsonrpc |
| Currency Symbol | SEVEN |
| Block Explorer | https://theseven.meme/blockchain/explorer |
| Faucet | https://theseven.meme/developers#faucet (0.1 SEVEN/day, no sign-up) |
Add Seven Chain to MetaMask in one click: theseven.meme/developers
// hardhat.config.ts β already included in this repo
import { HardhatUserConfig } from "hardhat/config";
import "@nomicfoundation/hardhat-toolbox";
const config: HardhatUserConfig = {
solidity: "0.8.24",
networks: {
sevenchain: {
url: "https://theseven.meme/api/seven-chain/jsonrpc",
chainId: 70007,
accounts: [process.env.PRIVATE_KEY!],
},
},
};
export default config;| Repo | Description |
|---|---|
| sevenchain | Developer hub β network config, Hardhat/Foundry quickstart, API docs |
| seven-chain-node | Validator node client β seal blocks, earn SEVEN block rewards |
| seven-chain-solver | Bridge solver β fill cross-chain intents, earn 0.0004 BNB per relay |
| seven-creator-kit | β You are here β token launch toolkit |
| seven-gaming-sdk | Gaming SDK β 1s finality on-chain games, session keys, Unreal Engine plugin |
All repositories: github.com/topics/seven-chain
| Resource | URL |
|---|---|
| Claim SEVEN | https://theseven.meme/claim |
| Token Launchpad | https://theseven.meme/launchpad |
| Spot Trading | https://theseven.meme/spot/seven |
| Staking | https://theseven.meme/staking |
| Block Explorer | https://theseven.meme/blockchain/explorer |
| Bridge (BSC β Seven) | https://theseven.meme/bridge |
| Become a Validator | https://theseven.meme/become-validator |
| Developer Hub | https://theseven.meme/developers |
| Whitepaper | https://theseven.meme/whitepaper |
| Telegram | https://t.me/SevenBlockChain |
| Twitter / X | @thesevendotmeme |
MIT β fork it, share it, build on it.