Product & Technology

产品 与 技术架构

An on-chain trading layer — from aggregated swaps to AI Agent data access.

Module Matrix

Four Core Modules

01

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
02

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
03

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
Powered by GoPlus Security
04

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
Architecture

5-layer Architecture · End-to-end Observability

From user entry to on-chain execution — every layer is explainable, observable and scalable.

L1 · User Entry LayerUser Entry
Web AppWallet ConnectAI AgentPartner Integration
L2 · Risk & Identification LayerRisk & Identification
Token Risk ScanContract Permission CheckHoneypot CheckTax & Liquidity Signals
L3 · Data & Routing LayerData & Routing
Market DataRoute AggregationChain IndexingAPI Layer
L4 · Execution LayerExecution
User Wallet SignatureOn-chain TransactionSwap Execution
L5 · Feedback LayerFeedback
Transaction HistoryRisk LogsUser AccountAnalytics
Multi-Chain Support · R153

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.

Version R153 8 EVM chains 6 V2 routers OpenZeppelin v5.0.2
ChainChain IDDefault V2 RouterNetwork
BNB Smart Chain TestnetBNB Smart Chain Testnet97PancakeSwap V2 (Testnet)Testnet · Recommended first
BNB Smart ChainBNB Smart Chain56PancakeSwap V2Mainnet
Ethereum MainnetEthereum Mainnet1Uniswap V2Mainnet
BaseBase8453BaseSwap V2Mainnet
PolygonPolygon137QuickSwap V2Mainnet
Arbitrum OneArbitrum One42161SushiSwap V2Mainnet
opBNBopBNB204PancakeSwap V2 (opBNB)Mainnet
Avalanche C-ChainAvalanche C-Chain43114TraderJoe V1Mainnet
Why multi-chain matters

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 Launch

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.

Live on-chain Immutable params No mint / blacklist / pause Testnet recommended
Why On-chain Token Launch

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.

Deploy in 4 steps

From wallet connect to live token — every signature happens in your own wallet.

0

Connect wallet + select chain

Pick from 8 EVM chains — BSC / Ethereum / Base / Polygon / Arbitrum / opBNB / Avalanche / Testnet. We recommend rehearsing on BSC Testnet first.

1

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.

2

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.

3

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 execution

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.

On-chain executionDEMO · PREVIEW
1
Deploy TxHashDEMO
Wallet pops up deploy signature → chain seals the block → tx hash returned.
0x7f3b…
2
Token contract addressDEMO
After confirmation, contractAddress is parsed from the receipt — your token now lives on-chain forever.
0xC0d3…
Funds safety notice — please read carefully
WhaleLand is only a token-issuance tool — we do not endorse any project.
  • 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.
Liquidity Pool Deployment

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.

On-chain Execution Irreversible Self-signed Testnet recommended
Why It Matters

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.

Workflow · 5-step pool deployment flow

From wallet connect to Pair Address

0

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

1 · Token Address

Paste a deployed ERC20 token address (no minting in this flow). Name / symbol / decimals / TotalSupply / your balance are read automatically.

2

2 · Project Info (saved to D1)

Project name, category, website, tagline, full description, Twitter / Telegram / Discord / GitHub / Whitepaper / Docs, Token Logo URL.

3

3 · Tokenomics (display only, off-chain)

Total supply, initial circulation, listing price (USD), initial market cap, allocation % for Team / Community / Liquidity / Marketing / Ecosystem.

4

4 · Initial Liquidity (wallet-signed on-chain)

Token amount, BNB amount, slippage % (default 0.5), tx deadline minutes (default 20). Initial price = BNB ÷ Token.

On-chain Execution · Transparent tracking

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.

On-chain Execution · Transparent trackingDEMO · PREVIEW
1
1 · Approve TxHashDEMO
Exact approval for Router to spend the token amount of this flow. Verifiable on BscScan.
0x4a91…
2
2 · AddLiquidity TxHashDEMO
Calls Router.addLiquidityETH to inject Token + BNB, minting LP tokens and creating the pair.
0x82c7…
3
3 · Pair AddressDEMO
Pair contract address returned by Factory.getPair. Tradable immediately inside the Swap app.
0xae3f…
Safety Notice
Read carefully · This operation cannot be reversed
  • 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.
AI Quant Agent · 기능 계층

멀티체인 모니터링 · 전략 시그널 · 비수탁 실행

AI Quant Agent 는 멀티체인 시장 모니터링, 전략 시그널 분석, 위험 필터링, 백테스팅, 비수탁 서명 실행 기능 계층을 제공합니다. 구독·결제·거래 활성화는 whalelandswap.com 거래 플랫폼에서만 처리되며, 이 페이지는 기능 안내일 뿐 결제·주문·지갑·자금 로직을 처리하지 않습니다.

멀티체인 시장 모니터링

10+ 체인의 실시간 가격, 유동성, 24h 거래량 및 거래 건수를 페어별로 갱신합니다.

전략 시그널 분석

기술 지표, 온체인 이벤트, 유동성 변화로부터 구조화된 전략 시그널을 생성합니다. 참고용이며 투자 권유가 아닙니다.

위험 필터

컨트랙트 권한 스캔, 허니팟 검사, LP 락업 확인, 상위 10 보유 집중도, 세금 감지 — 고위험 토큰 회피.

백테스팅

과거 온체인 데이터로 전략 성과를 재현하고 PnL · 최대낙폭 · 샤프 등 구조화 지표를 제공합니다(과거 검증 전용).

비수탁 실행

모든 거래는 사용자 지갑 내에서 서명되어 온체인 라우터로 직접 전송됩니다. WhaleLand 는 개인키를 보유하지 않고, 대리 서명하지 않으며, 자산을 보관하지 않습니다.

지갑 서명 확인

모든 승인, 구독 상태 변경, 시그널 실행은 MetaMask / OKX / TokenPocket 에서 건별 서명 확인이 필요합니다.

구독 등급 · 기능 계층

4 단계 기능 계층 — 활성화는 거래 플랫폼에서 처리

이 페이지는 기능 차이만 안내합니다 — 가격, 결제, 구독 상태는 처리하지 않습니다. "거래 플랫폼에서 열기"를 클릭하면 whalelandswap.com 에서 전체 플랜, 가격, 한도, 활성화 흐름을 확인할 수 있습니다.

구독제

Free · 입문

기본 멀티체인 모니터링 · 제한된 전략 시그널 · 테스트넷 리허설

거래 플랫폼에서 열기 →
구독제

Starter · 개인 투자자

일일 시그널 한도 증가 · 위험 필터 활성화 · 에이전트 1 개

거래 플랫폼에서 열기 →
구독제

Elite · 프로 전략

최대 시그널 한도 · 우선 실행 윈도우 · 모든 고급 전략 · 우선 지원

거래 플랫폼에서 열기 →
컴플라이언스 및 위험 고지AI Quant Agent 는 수익을 보장하지 않으며 자동 차익거래를 수행하지 않고 안정 수익을 약속하지 않으며 사용자 자금을 수탁하지 않습니다. 모든 거래는 거래별 지갑 서명이 필요하며 자산은 항상 사용자 본인이 보유합니다. 암호자산에는 시장·컨트랙트·유동성 위험이 따릅니다. 본 페이지의 구독 계층은 기능 비교용이며 활성화·가격·결제는 whalelandswap.com 거래 플랫폼에서 처리됩니다.
MEV Shield

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.

AI Agent API · Developer Access

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.

REST API · Example
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
Supported Chains

Currently supporting 10 chains

Main liquidity on BSC, continuously expanding to more EVM and non-EVM ecosystems.

BSCLive · Main
SolanaLive
BaseLive
ENI ChainLive
EthereumLive
PolygonLive
ArbitrumLive
opBNBLive
AvalancheLive
TRONRead-only

Try WhaleLand Swap now

10+ chains · 20+ risk checks · 100% non-custodial