The post 1inch unlocks direct Solana–EVM swaps: goodbye to bridges appeared on BitcoinEthereumNews.com. 1inch has activated Solana–EVM cross‑chain swaps directly on DApp, Wallet, and Fusion+ API, connecting Solana to over 12 EVM networks without using bridges or messaging protocols. The feature is live since August 19, 2025 and, in practice, relies on chain escrow and a Dutch auction model with anti‑MEV protection. According to the data collected by our editorial team during testnet tests conducted between May and July 2025, the end-to-end executions showed variable latencies, typically in the order of tens of seconds up to a few minutes depending on the chains involved.  Industry analysts note that the approach based on escrow and Dutch auctions tends to reduce centralized points of failure compared to traditional bridges. It is also noted that the finality of transactions on Solana is managed through the “finalized” commitment level as defined in the official documentation. Core update: trustless trades between Solana and EVM (and vice versa) without bridges, maintaining native liquidity on each chain. Where: on 1inch DApp, 1inch Wallet, and the Fusion+ API intended for integrations. How: use of escrow for chain and resolver that compete in a Dutch auction to win the best execution. 1inch Solana–EVM: what changes now With the new feature, users can convert assets between Solana and EVM environments without intermediate deposits and without wrapping. In other words, the operation reduces the typical friction of bridges, a segment historically exposed to significant exploits. For the end user, the appeal is clear: fewer steps, a transparent architecture, and liquidity not fragmented into derived tokens. It must be said that, for developers and integrators, the availability of API allows unified cross‑chain flows within apps and services. How it works: Fusion+, escrow, and Dutch auction The innovation arises from the adaptation of the Fusion+ architecture (already operational in exclusively EVM exchanges) to the logic and… The post 1inch unlocks direct Solana–EVM swaps: goodbye to bridges appeared on BitcoinEthereumNews.com. 1inch has activated Solana–EVM cross‑chain swaps directly on DApp, Wallet, and Fusion+ API, connecting Solana to over 12 EVM networks without using bridges or messaging protocols. The feature is live since August 19, 2025 and, in practice, relies on chain escrow and a Dutch auction model with anti‑MEV protection. According to the data collected by our editorial team during testnet tests conducted between May and July 2025, the end-to-end executions showed variable latencies, typically in the order of tens of seconds up to a few minutes depending on the chains involved.  Industry analysts note that the approach based on escrow and Dutch auctions tends to reduce centralized points of failure compared to traditional bridges. It is also noted that the finality of transactions on Solana is managed through the “finalized” commitment level as defined in the official documentation. Core update: trustless trades between Solana and EVM (and vice versa) without bridges, maintaining native liquidity on each chain. Where: on 1inch DApp, 1inch Wallet, and the Fusion+ API intended for integrations. How: use of escrow for chain and resolver that compete in a Dutch auction to win the best execution. 1inch Solana–EVM: what changes now With the new feature, users can convert assets between Solana and EVM environments without intermediate deposits and without wrapping. In other words, the operation reduces the typical friction of bridges, a segment historically exposed to significant exploits. For the end user, the appeal is clear: fewer steps, a transparent architecture, and liquidity not fragmented into derived tokens. It must be said that, for developers and integrators, the availability of API allows unified cross‑chain flows within apps and services. How it works: Fusion+, escrow, and Dutch auction The innovation arises from the adaptation of the Fusion+ architecture (already operational in exclusively EVM exchanges) to the logic and…

1inch unlocks direct Solana–EVM swaps: goodbye to bridges

2025/08/20 19:27
6분 읽기
이 콘텐츠에 대한 의견이나 우려 사항이 있으시면 [email protected]으로 연락주시기 바랍니다

1inch has activated Solana–EVM cross‑chain swaps directly on DApp, Wallet, and Fusion+ API, connecting Solana to over 12 EVM networks without using bridges or messaging protocols. The feature is live since August 19, 2025 and, in practice, relies on chain escrow and a Dutch auction model with anti‑MEV protection.

According to the data collected by our editorial team during testnet tests conducted between May and July 2025, the end-to-end executions showed variable latencies, typically in the order of tens of seconds up to a few minutes depending on the chains involved. 

Industry analysts note that the approach based on escrow and Dutch auctions tends to reduce centralized points of failure compared to traditional bridges. It is also noted that the finality of transactions on Solana is managed through the “finalized” commitment level as defined in the official documentation.

  • Core update: trustless trades between Solana and EVM (and vice versa) without bridges, maintaining native liquidity on each chain.
  • Where: on 1inch DApp, 1inch Wallet, and the Fusion+ API intended for integrations.
  • How: use of escrow for chain and resolver that compete in a Dutch auction to win the best execution.

1inch Solana–EVM: what changes now

With the new feature, users can convert assets between Solana and EVM environments without intermediate deposits and without wrapping. In other words, the operation reduces the typical friction of bridges, a segment historically exposed to significant exploits.

For the end user, the appeal is clear: fewer steps, a transparent architecture, and liquidity not fragmented into derived tokens. It must be said that, for developers and integrators, the availability of API allows unified cross‑chain flows within apps and services.

How it works: Fusion+, escrow, and Dutch auction

The innovation arises from the adaptation of the Fusion+ architecture (already operational in exclusively EVM exchanges) to the logic and smart contract of Solana. An interesting aspect is the orchestration of the actors involved to maintain consistent execution on both chains.

The path of a swap, in brief

  1. Order creation: the user defines the swap, the amounts, and the destination chain through the DApp or the Wallet.
  2. Escrow block: the funds are blocked in an on‑chain escrow specific to the originating chain.
  3. Competition of resolvers: the enabled resolver compete in a Dutch auction, committing to deliver the target asset on the target chain under the most advantageous conditions.
  4. Cryptographic settlement: the operation concludes when the winning resolver meets the order constraints; the link between the two transactions is cryptographically verifiable.
  5. Coordinated release: the escrow unlocks the funds only after the cross‑chain conditions have been met.

Why a bridge is not needed

The integration occurs thanks to escrow and cryptographic commitments between chains, avoiding the custody of assets by third parties or the use of external messaging systems. The result is a direct exchange between Solana and EVM, free of wrapping and deposits on centralized bridges. In this context, management remains native on both chains.

Security, MEV, and audit

  • MEV Protection: according to 1inch, the integration of Fusion+, the competition among resolvers, and the use of non-public orders help reduce front-running and MEV attacks during execution. For technical context on MEV countermeasures and mitigation practices, see also the documentation of projects dedicated to MEV.
  • Escrow supervision: chain escrows minimize external custody risks, unlocking funds only upon full compliance with settlement conditions.
  • Transparency: contracts and transactional flows can be consulted on‑chain; for the EVM component, there is documentation and public repositories.

Supported networks and how to access

The function covers over 12 EVM chains connected to Solana. The official post mentions multi‑EVM support; among the supported networks, we find, for example, Ethereum and the main L2/L1 EVM-compatible networks, such as Arbitrum, Optimism, BNB Chain, Polygon, Base, and Avalanche. The updated list is available directly in the DApp.

  • Via DApp: 1inch web interface with path “Solana ↔ EVM”.
  • Via Wallet: native support for cross‑chain swaps.
  • Via API: third-party integration through the Fusion+ API.

Practical example: from SOL on Solana to ETH on Ethereum (without bridge)

  1. Access the DApp 1inch and select “Solana → Ethereum”.
  2. Select SOL as the starting token and ETH as the destination token.
  3. Enter the amount and set the slippage, simultaneously checking the expected fee on both chains.
  4. Confirm the operation: the SOL are allocated in escrow on Solana.
  5. The resolver vincente delivers ETH on Ethereum; at the same time, the escrow releases the SOL according to the agreed conditions.
  6. Receive native ETH to your Ethereum address, without the use of wrapper tokens.

The timing and costs vary depending on the network congestion, liquidity, and auction conditions. It should be noted that, in case of high volatility, it might be necessary to set a higher slippage.

Impact on the market: end of bridges as we know them?

If adopted on a large scale, the cross‑chain senza bridge model could help reduce the frammentazione of liquidity pools, improve price discovery, and expand access to liquidità nativa. For market makers, competition in asta olandese incentivizes more efficient routing, while for users, the reduction of hops simplifies operations.

It remains to be seen if other DeFi protocols will integrate the approach or if traditional bridges will reposition themselves on specific use cases (e.g., generic messaging, batch transfers, bridging of NFT, etc.).

Limits and unknowns

  • Operational complexity: the coordination between escrow and resolver requires constant monitoring and ensuring the liveness of the actors involved.
  • Dependence on liquidity: on pairs of illiquid assets or in market stress situations, slippage might increase.
  • Cross‑chain purposes: the different finality modes between Solana and EVM could affect perceived latency and exception handling.
  • Audit transparency: specific audits are necessary for the Solana component and for the new cross‑chain escrows

Technical FAQ

Do swaps cover all tokens?

No. The coverage depends on the native liquidity present on each chain and the routing supported by 1inch.

Are bridge or wrapped token needed?

No. The exchange takes place through escrow and resolver, ensuring the receipt of native assets on the destination chain.

How is MEV mitigated?

Through the use of non-public orders and the competition of resolvers in a Dutch auction, which help reduce front-running and opportunistic arbitrage during execution. To delve deeper into anti-MEV practices and dedicated tools, also refer to Flashbots.

Can I integrate this function into an app?

Yes, through the Fusion+ API. Further details are available in the official post and in the technical documentation.

Sources and resources

Source: https://en.cryptonomist.ch/2025/08/20/1inch-unlocks-direct-solana-evm-swaps-goodbye-to-bridges-heres-how-it-really-works/

시장 기회
CROSS 로고
CROSS 가격(CROSS)
$0.09138
$0.09138$0.09138
+1.34%
USD
CROSS (CROSS) 실시간 가격 차트
면책 조항: 본 사이트에 재게시된 글들은 공개 플랫폼에서 가져온 것으로 정보 제공 목적으로만 제공됩니다. 이는 반드시 MEXC의 견해를 반영하는 것은 아닙니다. 모든 권리는 원저자에게 있습니다. 제3자의 권리를 침해하는 콘텐츠가 있다고 판단될 경우, [email protected]으로 연락하여 삭제 요청을 해주시기 바랍니다. MEXC는 콘텐츠의 정확성, 완전성 또는 시의적절성에 대해 어떠한 보증도 하지 않으며, 제공된 정보에 기반하여 취해진 어떠한 조치에 대해서도 책임을 지지 않습니다. 본 콘텐츠는 금융, 법률 또는 기타 전문적인 조언을 구성하지 않으며, MEXC의 추천이나 보증으로 간주되어서는 안 됩니다.

추천 콘텐츠

Michael Saylor’s Strategy Buys $2,010,000 Worth of Bitcoin in One of the Firm’s Largest Acquisitions Ever

Michael Saylor’s Strategy Buys $2,010,000 Worth of Bitcoin in One of the Firm’s Largest Acquisitions Ever

The post Michael Saylor’s Strategy Buys $2,010,000 Worth of Bitcoin in One of the Firm’s Largest Acquisitions Ever appeared on BitcoinEthereumNews.com. Michael
공유하기
BitcoinEthereumNews2026/05/19 15:17
One Of Frank Sinatra’s Most Famous Albums Is Back In The Spotlight

One Of Frank Sinatra’s Most Famous Albums Is Back In The Spotlight

The post One Of Frank Sinatra’s Most Famous Albums Is Back In The Spotlight appeared on BitcoinEthereumNews.com. Frank Sinatra’s The World We Knew returns to the Jazz Albums and Traditional Jazz Albums charts, showing continued demand for his timeless music. Frank Sinatra performs on his TV special Frank Sinatra: A Man and his Music Bettmann Archive These days on the Billboard charts, Frank Sinatra’s music can always be found on the jazz-specific rankings. While the art he created when he was still working was pop at the time, and later classified as traditional pop, there is no such list for the latter format in America, and so his throwback projects and cuts appear on jazz lists instead. It’s on those charts where Sinatra rebounds this week, and one of his popular projects returns not to one, but two tallies at the same time, helping him increase the total amount of real estate he owns at the moment. Frank Sinatra’s The World We Knew Returns Sinatra’s The World We Knew is a top performer again, if only on the jazz lists. That set rebounds to No. 15 on the Traditional Jazz Albums chart and comes in at No. 20 on the all-encompassing Jazz Albums ranking after not appearing on either roster just last frame. The World We Knew’s All-Time Highs The World We Knew returns close to its all-time peak on both of those rosters. Sinatra’s classic has peaked at No. 11 on the Traditional Jazz Albums chart, just missing out on becoming another top 10 for the crooner. The set climbed all the way to No. 15 on the Jazz Albums tally and has now spent just under two months on the rosters. Frank Sinatra’s Album With Classic Hits Sinatra released The World We Knew in the summer of 1967. The title track, which on the album is actually known as “The World We Knew (Over and…
공유하기
BitcoinEthereumNews2025/09/18 00:02
Moody’s Assigns First-Ever Rating to Bitcoin-Backed Municipal Bond in Historic Crypto Finance Move

Moody’s Assigns First-Ever Rating to Bitcoin-Backed Municipal Bond in Historic Crypto Finance Move

TLDR: Moody’s assigned a provisional Ba2 rating to a $100M Bitcoin-backed New Hampshire municipal bond, a market first. The bond requires 160% Bitcoin overcollateralization
공유하기
Blockonomi2026/04/02 18:15

No Chart Skills? Still Profit

No Chart Skills? Still ProfitNo Chart Skills? Still Profit

Copy top traders in 3s with auto trading!