← all services

ETH NEAR

Market-rate quotes (may change before execution).
root@notkyc:~$ Getting live rates... 0/
# Exchange Tier ⇅ Score No-KYC record? Rate You receive (1 ETH) Limits (ETH)

Moving liquidity from Ethereum to NEAR Protocol usually means one of three things: chasing lower transaction costs, deploying into NEAR's sharded ecosystem (Aurora EVM, Ref Finance, sweat-economy apps), or rebalancing out of gas-heavy L1 exposure. A no-KYC swap skips the exchange account, the deposit confirmations on a custodial book, and the withdrawal limits - you sign one ETH transaction and receive native NEAR to your wallet.

// about this pair

ETH -> NEAR: what makes this pair specific

ETH and NEAR live on completely separate chains. Ethereum is account-based with EIP-1559 fee markets; NEAR is sharded, uses human-readable account IDs (yourname.near), and settles in roughly 1-2 seconds with sub-cent fees. There is no native bridge step inside an aggregated swap - the service handles the cross-chain leg internally, so you send ERC-20-compatible ETH from any wallet and receive native NEAR at a NEAR account, not a wrapped representation on Aurora unless you specifically request it.

Liquidity for this pair is decent but thinner than ETH -> SOL or ETH -> BNB. Expect rate spreads to widen on amounts above ~20 ETH; for larger sizes, splitting across two providers from the comparison table often beats a single quote.

Choosing a route and sizing the trade

  • Confirm the destination is a real NEAR implicit or named account - sending to an Aurora (0x...) address by mistake routes funds to the EVM shard and may require manual recovery.
  • Check whether the quoted rate is floating or fixed. Fixed rates lock for 5-15 minutes but cost 0.5-1.5% more; floating rates settle at execution time and can drift if ETH confirmations are slow.
  • Mind the minimum - NEAR's low unit price means some providers set ETH minimums around 0.01-0.02 to avoid dust on the output side.
  • Refund address: always set an ETH refund address you control. If the quote expires mid-transit, funds return there, not to the sending wallet by default on every service.

Practical timing: Ethereum base fees swing widely. Submitting during low-gas windows (typically weekends, UTC late evening) saves 30-60% on the inbound leg. NEAR-side delivery is near-instant once the swap engine sees enough ETH confirmations - usually 12-25 blocks depending on the provider's risk policy.

For security, verify the NEAR account exists before sending. Unregistered named accounts can cause delivery to fall back to an implicit address you may not control.

// FAQ
Do I receive native NEAR or wrapped NEAR on Aurora?
By default you receive native NEAR on the NEAR Protocol mainnet, deliverable to an implicit account (64-char hex) or a named account like yourname.near. If you want the output on Aurora as ETH-side ERC-20 NEAR, you would need a different route - most aggregator quotes here assume native delivery.
What is the minimum ETH I can swap to NEAR?
Minimums vary by provider but typically fall between 0.005 and 0.02 ETH. Lower bounds exist to cover the Ethereum gas cost of moving funds through the swap engine plus the NEAR-side storage stake (~0.00125 NEAR) needed for fresh accounts.
How long does an ETH to NEAR swap take end-to-end?
Roughly 3-8 minutes in normal conditions. Most of that is Ethereum confirmation time (12-25 blocks depending on the provider's policy). Once confirmed, the NEAR leg settles in 1-2 seconds. Congested gas markets or low-fee transactions can stretch the inbound side significantly.
Fixed rate or floating rate for this pair?
Floating tends to win on small-to-mid sizes when ETH gas is stable, since the spread is tighter. Fixed makes sense if you're moving size during volatile sessions or if you need to hand off the exact NEAR amount to a downstream contract. Compare both columns in the table before committing.
Can I send to a .near named account directly?
Yes, most providers accept both implicit accounts (64-char hex) and named accounts (alice.near). Verify the account is registered on-chain first - sending to an unregistered name can fail or get rerouted depending on the swap service's handling logic.
Is no-KYC actually no-KYC for this pair?
The swap itself requires no account or ID. However, providers reserve the right to trigger AML review on flagged inbound ETH (mixer-tainted, sanctioned addresses). Setting a valid refund address protects you - if a swap is held, funds return there rather than being frozen indefinitely.
// related