产品 与 技术架构
An on-chain trading layer — from aggregated swaps to AI Agent data access.
Four Core Modules
Multi-Chain MarketsLive
Multi-Chain Markets · Real-time aggregation of cross-chain markets, liquidity, market cap, FDV, 24H volume and tx count.
- Watchlist
- Trending
- New Pairs
- Top Gainers
- On-chain Data
Instant SwapLive
Instant Swap · Aggregated multi-chain pricing and liquidity. Wallet-signed swap with smart routing, slippage and best price.
- Multi-chain Aggregated Quote
- Routing / Gas Estimate
- Slippage & Price Impact
- Direct Wallet Signature
Contract AuditLive
Contract Audit · Contract risk detection powered by GoPlus Security and other sources — 20+ risk dimensions.
- HoneyPot Detection
- Tax Detection
- Mint / Owner Privileges
- Blacklist / Pause Transfer
- Liquidity Lock Status
AI Agent APIBeta
AI Agent API · Open REST API for AI Agents to query markets, contract risk and Swap quotes directly.
- Markets / Token / Contract Info
- Swap Quote & Pre-signed Tx
- Trade Limits / Slippage Guard
- Balance, Holdings & Chain Data
5-layer Architecture · End-to-end Observability
From user entry to on-chain execution — every layer is explainable, observable and scalable.
One flow, 8 major chains, 6 V2 routers — wired in.
Both On-chain Token Launch and Liquidity Pool Deployment now span 8 EVM chains and the canonical V2 Router of each — unified UX, unified signing flow, unified non-custodial model.
| Chain | Chain ID | Default V2 Router | Network |
|---|---|---|---|
97 | PancakeSwap V2 (Testnet) | Testnet · Recommended first | |
56 | PancakeSwap V2 | Mainnet | |
1 | Uniswap V2 | Mainnet | |
8453 | BaseSwap V2 | Mainnet | |
137 | QuickSwap V2 | Mainnet | |
42161 | SushiSwap V2 | Mainnet | |
204 | PancakeSwap V2 (opBNB) | Mainnet | |
43114 | TraderJoe V1 | Mainnet |
One signing flow, the whole EVM value belt.
Chain × DEX isomorphic abstraction
Each chain routes to a different DEX, but the UI, parameters and 3-step Approve → AddLiquidity → Pair flow stay identical. Learn it once, ship it everywhere.
One audited token template
Built on the OpenZeppelin v5.0.2 ERC20 standard with no mint / blacklist / upgrade / pause hooks. Token behavior is fully predictable on all 8 chains.
Mainnet + testnet dual-track
BSC Testnet (chainId 97) is wired to PancakeSwap V2 Testnet, so you can rehearse for free. Once you have a real pairAddress, flip to mainnet.
Unified non-custodial model
Across all 8 chains, WhaleLand never holds your key. Gas comes from your wallet, signatures happen in your wallet — no platform skim, no advance, no withholding.
* Version R153 corresponds to the feat-r153-multichain-launch preview branch; the final production release may iterate further.
On-chain Token Deployment — wallet-signed, parameters frozen on deploy.
Deploys an OpenZeppelin v5.0.2 ERC20 standard contract straight from your wallet. After deploy, Token parameters (name / symbol / decimals / totalSupply) are immutable; gas is paid by your wallet — no platform advance, no platform fee.
Hand minting back to the chain itself — no middleware layer.
OpenZeppelin v5 standard
Built on the OpenZeppelin v5.0.2 ERC20 implementation — the most-audited and most-forked template across all of Web3.
No mint / blacklist / upgrade hooks
No reserved mint / blacklist / upgrade / pause functions. totalSupply is minted once in the constructor and never grows.
No platform-paid gas
Gas comes straight from your wallet. Platform never advances, withholds, or skims — the only fee in the tx is the on-chain gas.
Owner can be zero address
You can leave owner empty at deploy — the contract auto-assigns your signing wallet as owner. renounceOwnership() is fully supported afterwards.
From wallet connect to live token — every signature happens in your own wallet.
Connect wallet + select chain
Pick from 8 EVM chains — BSC / Ethereum / Base / Polygon / Arbitrum / opBNB / Avalanche / Testnet. We recommend rehearsing on BSC Testnet first.
Fill in core token parameters
name (token name) / symbol (ticker) / decimals (default 18) / totalSupply (human-readable, decimals excluded). These become immutable the moment the contract lands on-chain.
Set the owner address
Leave the owner field blank to default to your wallet, or paste a multisig address (Safe / Squads etc.) for shared custody.
Sign deploy inside your wallet
Click "Start On-chain Launch" → MetaMask / OKX / TokenPocket prompts the deploy signature → chain confirms → contract address comes back. One tx, no relayer.
On-chain launch lands in just 2 steps
The execution panel returns Launch ID, Deploy TxHash and the Token contract address in real time — all verifiable on the chain explorer. The values below are labelled DEMO and serve flow-illustration purposes only.
- This is an on-chain launch — an irreversible standard contract is deployed instantly.
- Once deployed, the Token parameters (name / symbol / decimals / totalSupply) cannot be modified.
- Gas is paid by your wallet — WhaleLand never advances gas or touches your private key.
- The contract is a clean standard ERC20 (OpenZeppelin v5.0.2) — no tax, blacklist, mint or pause hooks.
- It is strongly recommended to rehearse on BSC Testnet before going live on mainnet.
- WhaleLand does not endorse the project nor guarantee token value — we only provide the issuance tool.
Wallet-signed Liquidity Pool Deployment
Calls PancakeSwap V2 Router directly to add initial liquidity and deploy on BSC testnet or mainnet. Wallet-signed workflow: connect wallet → input token → fill project info → configure tokenomics → wallet-signed on-chain execution.
Turn token + LP launch into an observable, standard workflow
On-chain execution · Not simulated
Calls PancakeSwap V2 Router directly — every Approve / AddLiquidity / PairCreated event is verifiable on BscScan, with no centralized intermediary.
Exact approval · No unlimited grant
Approval is granted only for the exact amount needed for this liquidity add, eliminating the legacy "unlimited approval" risk that lingers across contract upgrades.
Slippage guard · Anti-sandwich
Initial price = BNB ÷ Token. The slippage parameter calculates amountMin, protecting your AddLiquidity tx from mempool sandwich attacks (default 0.5%, adjustable).
Non-custodial · Wallet-side signing
Approve and AddLiquidity are both signed in your wallet. WhaleLand never holds your private key and cannot reverse a signed transaction.
From wallet connect to Pair Address
0 · Wallet + Chain
Connect your wallet and switch to BSC Testnet (chainid 97) or mainnet (chainid 56). Router / Factory / WBNB addresses are loaded automatically.
1 · Token Address
Paste a deployed ERC20 token address (no minting in this flow). Name / symbol / decimals / TotalSupply / your balance are read automatically.
2 · Project Info (saved to D1)
Project name, category, website, tagline, full description, Twitter / Telegram / Discord / GitHub / Whitepaper / Docs, Token Logo URL.
3 · Tokenomics (display only, off-chain)
Total supply, initial circulation, listing price (USD), initial market cap, allocation % for Team / Community / Liquidity / Marketing / Ecosystem.
4 · Initial Liquidity (wallet-signed on-chain)
Token amount, BNB amount, slippage % (default 0.5), tx deadline minutes (default 20). Initial price = BNB ÷ Token.
3 signatures · Live TxHash updates
The on-chain execution panel shows the live status of each step. Every signature is performed inside your own wallet.
- This submits an on-chain transaction that will consume your BNB and token balance.
- WhaleLand provides only the on-chain tool — it does not endorse any token value, nor is it responsible for the project team’s behaviour.
- A wrong initial price (Token ↔ BNB ratio) immediately exposes you to arbitrage loss. Verify thoroughly before submitting.
- Approval is granted only for the exact amount of this round — no unlimited approval is used.
- It is strongly recommended to test on BSC testnet first; once a pairAddress is obtained, switch to mainnet.
- WhaleLand never holds your private key. All signatures happen inside your own wallet.
Giám sát đa chuỗi · Tín hiệu chiến lược · Thực thi phi lưu ký
AI Quant Agent cung cấp các tầng năng lực: giám sát thị trường đa chuỗi, phân tích tín hiệu chiến lược, lọc rủi ro, backtest và thực thi ký phi lưu ký. Đăng ký, thanh toán và kích hoạt giao dịch chỉ được xử lý trên nền tảng giao dịch whalelandswap.com; trang này chỉ là tổng quan năng lực, không xử lý thanh toán / đơn hàng / ví / tiền.
Giám sát thị trường đa chuỗi
Tổng hợp giá, thanh khoản, khối lượng 24h và số lệnh trên hơn 10 chuỗi, làm mới theo cặp giao dịch.
Phân tích tín hiệu chiến lược
Tạo tín hiệu chiến lược có cấu trúc từ các chỉ báo kỹ thuật, sự kiện on-chain và thay đổi thanh khoản. Chỉ mang tính tham khảo, không phải lời khuyên đầu tư.
Lọc rủi ro
Quét quyền hợp đồng, phát hiện honeypot, kiểm tra khóa LP, mức độ tập trung top-10 và phát hiện phí — tránh token rủi ro cao.
Backtesting
Tái hiện hiệu suất chiến lược trên dữ liệu on-chain lịch sử với PnL, max drawdown, Sharpe — chỉ dùng để đánh giá lịch sử.
Thực thi phi lưu ký
Mọi giao dịch được ký bên trong ví người dùng và phát trực tiếp đến router on-chain. WhaleLand không giữ khóa riêng, không đồng ký, không giữ tài sản.
Xác nhận chữ ký ví
Mọi cấp quyền, thay đổi trạng thái đăng ký và thực thi tín hiệu đều yêu cầu ký xác nhận từng giao dịch trong MetaMask / OKX / TokenPocket.
Bốn cấp năng lực — kích hoạt trên nền tảng giao dịch
Trang này chỉ trình bày sự khác biệt về năng lực — không có giá, không thanh toán, không trạng thái đăng ký. Nhấn "Mở trên nền tảng giao dịch" để xem gói, giá, hạn mức và quy trình kích hoạt tại whalelandswap.com.
Free · Khởi đầu
Giám sát đa chuỗi cơ bản · Tín hiệu chiến lược tối thiểu · Diễn tập testnet
Mở trên nền tảng giao dịch →Starter · Cá nhân nâng cao
Hạn mức tín hiệu hàng ngày cao hơn · Bật lọc rủi ro · Một thực thể agent
Mở trên nền tảng giao dịch →Pro · Thực thi Mainnet
Bật Mainnet Execution · Chiến lược nâng cao · Nhiều agent · Backtesting
Mở trên nền tảng giao dịch →Elite · Chiến lược chuyên nghiệp
Hạn mức tín hiệu cao nhất · Cửa sổ thực thi ưu tiên · Tất cả chiến lược nâng cao · Hỗ trợ ưu tiên
Mở trên nền tảng giao dịch →Reduce the risk of on-chain trades being sandwich-attacked 的风险
Bypass the public mempool through private routes including Flashbots, bloXroute, and MEV Blocker.
Private Routing
Trades go directly into private pools, bypassing public-mempool front-running.
Slippage Protection
Pre-trade price-impact estimate; auto-reject or revert if exceeding threshold.
Trade Receipts
Per-trade routing, gas, slippage and final price logged for post-trade audit and replay.
Let AI Agents directly understand on-chain data
An open REST API for AI Agents — fetch market data, risk signals and Swap quotes alongside modern UIs.
GET /api/quote?chain=BSC&from=USDT&to=CAKE&amount=1000 Authorization: Bearer <your_api_key>→ {"market": "BSC", "pair": "USDT/CAKE", "best_route": [{ "dex": "PancakeSwap V3", "share": 1.0 }], "price_impact": 0.0025, "min_received": "1234.56", "slippage": 0.005, "unsigned_tx_object": { "to": "0x...", "data": "0x...", "value": "0x0" }}- Query multi-chain markets, token info, contract risk and holdings
- Get Swap quotes and pre-signed transaction objects
- Supports limits, slippage and gas cap protection
- User always signs the final tx via their own wallet
Currently supporting 10 chains
Main liquidity on BSC, continuously expanding to more EVM and non-EVM ecosystems.
