1inch Exchange

DEX aggregator Ethereum and EVM networks non-custodial

How 1inch Exchange Finds Prices Across Decentralized Markets

1inch Exchange is a decentralized exchange aggregator for on-chain token swaps. Instead of trading against a single liquidity pool, it scans many of them at once, splits an order across the routes that together return the best rate, and settles the whole thing in one transaction signed from the trader's own wallet. This page explains how 1inch Exchange routes a trade, what the surrounding protocols do, what a swap actually costs, and where the practical risks sit.

01 — What it is

CORE

A decentralized exchange is not a single market. The same trading pair lives in dozens of separate pools, each with its own depth, its own fee, and its own price at any given second. Trading straight against one of them is simple and usually fine for small amounts, but on larger orders it quietly costs more than it should. 1inch Exchange was built to do that comparison automatically, in the moment the order is submitted, and to act on the result without asking the trader to manage the pieces by hand.

The mechanics are custody-free from end to end. A trader connects a wallet, picks a pair and an amount, and 1inch Exchange returns a quote assembled from live pool reserves. Approving the trade authorizes the router contract to move the input token; signing sends the swap. At no point does 1inch Exchange hold a balance, keep an internal ledger, or require an account, an email address, or a deposit. This is the ordinary shape of decentralized finance applications, and it explains most of what follows.

What began as a router has become a stack. Alongside classic aggregated swaps, 1inch Exchange offers gasless limit orders, an intent-based mode in which professional fillers compete for the order, cross-chain settlement, a self-custody mobile wallet, and an API that other applications embed. The sections below take those layers one at a time.

02 — Origins

EST. 2019

1inch Exchange began at an ETHGlobal hackathon in New York in May , where Sergej Kunz and Anton Bukov built a rough price comparison tool for the handful of decentralized exchanges then running on Ethereum. Both are software engineers; they kept building after the weekend, and by 2020 1inch Exchange was a live product with a routing algorithm of its own.

By 2021 the name covered more than one product. The wider effort is organized as the 1inch Network, with a foundation, a DAO, and several independently audited protocols, while 1inch Exchange remains the trading interface most people mean when they use the term. Venture rounds in 2020 and 2021 funded expansion beyond Ethereum, and 1inch Exchange deployed the same contract architecture onto other EVM-compatible chains. The founders have said the name nods to Bruce Lee's one-inch punch: a very short movement carrying a lot of force.

03 — At the screen

FIG. 01
Token swap interface showing a quote, route breakdown and estimated network fee
1inch Exchange in use: a quote assembled from several liquidity sources at once.

Every swap on 1inch Exchange ends the same way: a signed transaction, an on-chain settlement, and tokens returned to the wallet that sent them. The interface is a convenience layer over contracts that anyone can call directly.

04 — Routing

PATHFINDER

The routing engine behind 1inch Exchange is called Pathfinder. Given a pair and a size, it searches for the combination of markets that returns the most output tokens, and it is allowed to split the order: part through one pool, part through another, the remainder through a two-hop path that passes via an intermediate token. Complex routes are common on large orders precisely because no single pool is deep enough to absorb them cheaply.

Splitting is not free. Every extra hop and every extra pool adds gas, so the cheapest route on paper can be the worse route once the transaction fee is counted. Pathfinder weighs expected output against estimated gas and picks the net-best result, which is why 1inch Exchange may return a plain one-pool route for a small trade and an elaborate multi-part route for a large trade in the very same pair minutes later.

A quote is an estimate, not a promise. Between the moment 1inch Exchange builds a route and the moment the transaction is included in a block, other trades can move the pools it planned to use. Slippage tolerance is the guard: it sets the minimum output the contract will accept, and if the market moves past it the swap reverts instead of filling at a bad price. Setting it very tight causes failed transactions that still cost gas; setting it very wide invites sandwich attacks. 1inch Exchange suggests a default, and an unusually wide setting should be treated as a warning rather than a convenience.

What the router weighs

  • Available depth in each pool at the requested size
  • Gas cost of each additional hop, which 1inch Exchange subtracts from the headline output
  • Fees charged by the venues on the route
  • Intermediate tokens that open a cheaper indirect path

05 — The protocol stack

04 MODULES

Under the interface, 1inch Exchange is several protocols with different jobs. They share the same custody model but behave very differently at execution time.

Aggregation Protocol

This is the classic swap. The user pays the gas, the router contract executes the route in a single transaction, and the trade either fills or reverts within that block. It is the most direct mode on 1inch Exchange and the right choice when the priority is certainty about when the trade happens.

Limit Order Protocol

A limit order here is a signed message that only becomes executable when someone chooses to fill it at the stated price. Because the order lives off-chain until then, placing and cancelling it costs no gas and the filler pays for settlement. Orders on 1inch Exchange can carry extra conditions, which is how stop-style triggers and partial fills are built on the same primitive.

This is also the piece market makers integrate with directly through request-for-quote flows, letting professional liquidity reach 1inch Exchange users without ever sitting in a public pool.

Fusion

Fusion mode, introduced at the end of 2022, inverts the usual order of events. Rather than executing a route themselves, users sign an intent describing what they want swapped, and a network of resolvers competes to fill it through a Dutch auction in which the rate a resolver must beat improves over time. The winner submits the transaction and pays the gas, so a Fusion swap on 1inch Exchange can be gasless from the user's side, with that cost absorbed into the rate.

The tradeoff is time. A Fusion order fills when some resolver decides the auction has reached a profitable level, which typically takes seconds to a few minutes rather than one block, and in thin markets it can expire unfilled. In return, the order is not broadcast as an ordinary pending transaction, which narrows the surface for sandwich attacks. 1inch Exchange presents both modes side by side so the trader chooses the tradeoff deliberately.

Fusion+ and the wallet

Fusion+ extends the same idea across chains. A user signs one intent to move value from a token on one network into a token on another, and resolvers handle both legs, with escrow contracts and hashed secrets ensuring that either both sides settle or neither does. For the trader, a cross-chain swap through 1inch Exchange becomes a single signature instead of a bridge transaction followed by a second swap on the far side.

The 1inch Wallet is a separate self-custody mobile app with swapping built in. It stores keys on the device and connects to other applications, giving 1inch Exchange a first-party client, but it is not required: any standard wallet works with the web interface.

06 — Three ways to get a swap done

TBL. 01

The useful comparison is not 1inch Exchange against another brand, but 1inch Exchange against the two other ways a trade actually gets executed: straight against a single pool, or on a custodial exchange that holds the funds.

Criterion 1inch Exchange Single DEX pool Custodial exchange
Custody of funds User's wallet throughout User's wallet throughout Held by the operator
Price discovery Many venues compared, order split One curve, one price Internal order book
Asset coverage Any token 1inch Exchange can route to Whatever that pool holds Listed pairs only
Who pays gas User, or resolver in Fusion User Operator, on withdrawal
Account required None None Registration and identity checks
If something goes wrong Trade reverts, no recovery desk Trade reverts, no recovery desk Support process, operator risk

07 — What a trade costs

COSTS

A swap carries several costs and only some of them belong to the aggregator. Network gas goes to the chain. Pool fees go to the liquidity providers on whichever venues the route touches. Price impact, the amount the trade itself moves the pools, is not a fee at all but behaves like one and grows with order size. What 1inch Exchange controls is the route, and a better route reduces the second and third of those.

On classic swaps, 1inch Exchange has historically not taken a protocol fee on top of those costs, though fee arrangements in decentralized products change through governance and product decisions, and third-party applications that embed 1inch Exchange through its API may add a fee of their own. In Fusion the economics differ by design: resolvers compete for the order and keep the difference between what a fill costs them and what they promised the user, so the cost lives inside the rate rather than appearing as a line item.

The practical habit is to read the quote screen rather than the marketing. Before signing, 1inch Exchange shows the expected output, the minimum guaranteed output at the current slippage setting, the estimated network fee, and the route itself. If the minimum sits far below the expected figure, the order is large relative to available liquidity, and breaking it into smaller trades or switching to a limit order is usually cheaper than forcing it through.

The number worth watching is not the headline rate but the minimum output. That is the only figure the contract actually guarantees.

08 — Security and risk

RISK

Self-custody removes one category of risk and hands the trader another. No exchange can freeze or lose funds it never held, but key management, transaction review, and approval hygiene now belong entirely to the user. The contracts behind 1inch Exchange are audited, covered by a public bug bounty, and open to inspection, which is the standard defense in this category rather than a guarantee.

Most losses in this space happen around a protocol rather than through it. Phishing sites that imitate a familiar interface, careless token approvals, and fake support accounts have cost users far more than contract bugs. 1inch Exchange has also published security research affecting the wider ecosystem, including a 2022 disclosure about weak private keys produced by the Profanity vanity address tool.

Habits that prevent most incidents

  • Bookmark the interface instead of reaching 1inch Exchange through a search advertisement
  • Verify a token's contract address, since anyone can mint a token with a familiar name
  • Review outstanding approvals periodically and revoke the ones no longer in use
  • Treat any account offering 1inch Exchange support in a private message as fraudulent

09 — Token and governance

1INCH / DAO

1INCH is the network's governance token, distributed to early users in December 2020 and traded openly since. Holding it is not a requirement for trading: anyone can use 1inch Exchange without ever touching the token, and swaps never settle in it.

The token's role is voting and staking. Holders lock 1INCH to receive a staked position whose weight grows with the length of the lock, and that weight is used to vote in the 1inch DAO on protocol parameters, treasury spending, and resolver-related decisions in Fusion, which over time shape how 1inch Exchange routes and charges. Governance therefore sits with token holders rather than the founding team, though as in most DAOs participation concentrates among larger holders. For a trader, the sensible reading is that 1inch Exchange is a tool and the token is a separate decision entirely.

10 — For developers

API

A large share of the activity never touches the website. 1inch Exchange exposes its routing through an API, and wallets, portfolio trackers, and other applications call it to offer swaps inside their own interfaces. The typical integration requests a quote, receives calldata for the router contract, and passes that to the user's wallet to sign, which keeps the custody model intact.

The appeal for builders is that liquidity aggregation is a tedious problem to rebuild. Rather than maintaining adapters for every new pool type, an application delegates the search to 1inch Exchange and inherits new venues as they are added. The protocols are also callable directly on-chain, so a contract can route through 1inch Exchange with no hosted service anywhere in the path.

11 — What it does not do

LIMITS

1inch Exchange cannot conjure liquidity that does not exist. On a thin pair the best available route is still a poor price, and the aggregator's honest job is to display that plainly rather than disguise it. It also cannot reverse a signed transaction, cannot retrieve a token sent to the wrong address, and cannot move value between chains outside the Fusion+ flow.

Other omissions are deliberate. 1inch Exchange provides no custody, no margin, no first-party fiat on-ramp, and no account recovery, because each of those would require holding user funds or user identity. Traders who need them generally pair 1inch Exchange with separate services and accept that the exchange layer here is only the exchange layer.

12 — Milestones

LOG

The short version of how 1inch Exchange arrived at its current shape, year by year.

  • 2019Hackathon prototype in New York becomes the first version of 1inch Exchange.
  • 2020The Pathfinder routing algorithm ships, and the 1INCH governance token launches in December with an airdrop to early users of 1inch Exchange.
  • 2021Deployment spreads to further EVM chains and the wider 1inch Network structure, with a DAO and a foundation, takes shape around 1inch Exchange.
  • 2022Fusion is announced, and security research on vanity address generation is published.
  • 2023Intent-based settlement moves into general use, shifting part of 1inch Exchange volume away from user-submitted routes.
  • 2024Fusion+ brings the same intent model to cross-chain swaps.

13 — How to get started

05 STEPS

Making a first trade on 1inch Exchange takes a few minutes, and most of that time is spent on the wallet rather than the exchange itself.

  1. Set up a self-custody wallet and fund it with the chain's native token for gas, since 1inch Exchange never holds a balance on your behalf.
  2. Connect the wallet, then check that the network selector matches the chain your tokens are actually on, because 1inch Exchange runs separately on each supported network.
  3. Pick the pair and amount, then read the quote in full: expected output, minimum output, route, estimated fee. 1inch Exchange shows classic and Fusion modes side by side where both are available.
  4. Approve the token if this is your first trade with it, then sign the swap. Run a small test amount before moving size through any new setup.
  5. Confirm the result in a block explorer, and revoke approvals you no longer need, whether they were granted through 1inch Exchange or anywhere else.

14 — Frequently asked questions

FAQ

Does 1inch Exchange hold my funds?

No. 1inch Exchange is non-custodial. Tokens stay in your wallet until the swap transaction executes, and the output arrives in the same wallet. There is no deposit, no balance page, and no withdrawal step.

What does it cost to use 1inch Exchange?

Network gas, the fees charged by the pools on your route, and price impact on larger orders. On classic swaps 1inch Exchange has historically not added a protocol fee, while in Fusion the resolver's margin is built into the quoted rate. Always compare the expected and minimum outputs shown before signing.

Which blockchains does 1inch Exchange support?

1inch Exchange operates on Ethereum and a range of other EVM-compatible networks, among them BNB Chain, Polygon, Arbitrum, Optimism, Base, Avalanche, and Gnosis. The list changes as new chains are added, so the network selector in the interface is the authoritative source.

Classic swap or Fusion, which should I pick?

A classic swap on 1inch Exchange executes immediately and you pay the gas. Fusion sends the order to competing resolvers who pay the gas and fill it over a short auction, which can produce a better net rate and less exposure to sandwich attacks, at the cost of waiting and of the small chance the order expires unfilled.

Do I need the 1INCH token to trade?

No. The token exists for governance and staking in the DAO. Trading on 1inch Exchange requires only the tokens you want to swap and enough of the chain's native asset to cover gas, unless you are using a gasless mode.

Is the 1inch Wallet the same as 1inch Exchange?

They are separate products from the same network. The wallet is a self-custody mobile app that stores keys and includes swapping; 1inch Exchange is the aggregation and trading layer, usable from that wallet or from any other standard wallet.

Why did my swap fail?

Usually because the price moved past your slippage tolerance between quoting and inclusion, in which case the contract reverts to protect you and the gas is still spent. Insufficient gas, an expired quote, or a missing token approval are the other common causes. Requoting on 1inch Exchange and slightly loosening a very tight tolerance normally resolves it.