Skip to main content
NEAR Intents supports cross-chain transactions across major blockchain networks. Each chain supports specific address formats and signing standards to ensure secure, verified transactions.
The list of supported chains is continuously expanding. Check this page regularly for updates or join our Telegram community for announcements.

Supported blockchains

Ethereum Virtual Machine (EVM) Compatible

All EVM-compatible chains use the same address format and signing standards.Supported Networks:

Arbitrum

ADI

Aurora

Base

Bera

BNB Chain

Ethereum

Gnosis

Optimism

Plasma

Polygon

Avalanche

Monad

XLayer

Address Format:
  • 0x-prefixed hexadecimal (42 characters)
  • Example: 0x85F17Cf997934a597031b2E18a9aB6ebD4B9f6a4
Signing Standard:
  • ERC-191 (all EVM wallets: MetaMask, Rabby, Rainbow, WalletConnect)
✅ Fully supported with all EVM wallets

Signing standards reference

NEAR Intents supports multiple signing standards to work with different wallet types and blockchain ecosystems.
StandardCompatible WalletsStatus
NEP-413NEAR wallets: MyNearWallet, Meteor, Sender, Ledger-NEAR✅ Implemented
ERC-191All EVM wallets: MetaMask, Rabby, Rainbow, WalletConnect-compatible✅ Implemented
Raw Ed25519Solana wallets: Phantom, Solflare, Slope✅ Implemented
Passkeys (WebAuthn)Browsers/OS: Chrome, Safari, Edge, Firefox, native apps✅ Implemented
SEP-53Stellar wallets: Freighter, Lumens Wallet, SatoshiPay✅ Implemented
TIP-191TRON wallets: TronLink, Klever, Trust Wallet✅ Implemented
TON ConnectTON wallets: Tonkeeper, EverWallet, HOT Wallet✅ Implemented
BIP-322Bitcoin wallets: Sparrow, Bitcoin Knots, Bitcoin Core⚙️ In progress
For technical details on how intent signing works, see Signing Intents.

Token support

Each supported chain provides access to native tokens and popular standards:

EVM Chains

  • Native tokens (ETH, BNB, MATIC, etc.)
  • ERC-20 tokens
  • Automatic token detection

Bitcoin Networks

  • BTC (Bitcoin)
  • BCH (Bitcoin Cash)
  • DOGE (Dogecoin)
  • LTC (Litecoin)
  • ZEC (Zcash - transparent only)

NEAR Ecosystem

  • NEAR native token
  • NEP-141 fungible tokens
  • Bridged assets

Other Layer 1 Chains

  • ADA (Cardano)
  • ALEO (Aleo)
  • SOL (Solana) + SPL tokens
  • SUI native and wrapped tokens
  • XLM (Stellar) + issued assets
  • TON + jettons
  • TRX (Tron) + TRC-20 tokens
  • XRP (Ripple)
  • STRK (Starknet)

Query supported tokens

Use the 1Click API to get the current list of supported tokens for each chain:
curl https://1click.chaindefuser.com/v0/tokens
This returns real-time data on available tokens, their addresses, decimals, and current support status.

Request new chains

Join our Telegram community @near_intents and share your request. Our team evaluates new chains based on:
  • User demand
  • Technical compatibility
  • Liquidity availability
  • Security audits
We prioritize chains with:
  • High transaction volume and user demand
  • Strong developer ecosystem
  • Existing market maker liquidity
  • Compatible signing standards
Yes! If you’re a blockchain developer or market maker, we welcome contributions. Contact us via Telegram to discuss integration requirements.

Next steps