Instaswap: A Non-Custodial, Decentralized Cross-Chain DEX Aggregation Protocol

support@instaswap.com  ·  March 2026

Abstract

We present Instaswap, a non-custodial, decentralized non-custodial, decentralized exchange aggregation protocol that enables native cryptocurrency swaps across 35 heterogeneous blockchain networks. The protocol operates as a routing and rate-optimization layer atop a network of integrated cross-chain and single-chain non-custodial, decentralized liquidity protocols, including THORChain, Chainflip, Maya Protocol, 1inch, Jupiter, Uniswap, and ten others. Instaswap introduces a walletless swap architecture that removes the requirement for client-side wallet connection, instead utilizing ephemeral deposit addresses generated by the underlying cross-chain protocols. The system additionally provides on-chain spot trading and non-custodial, decentralized perpetual futures through integrated protocol adapters. All execution occurs on-chain through audited third-party smart contracts; the aggregation layer itself holds no user funds, deploys no custodial contracts, and stores no private keys. This paper describes the protocol architecture, cross-chain routing mechanics, security model, fee structure, developer integration surface, and preliminary token economics.

Contents

  1. Introduction
  2. Protocol History and Architectural Evolution
  3. System Architecture
  4. Cross-Chain Swap Mechanics
  5. Walletless Swap Architecture
  6. Supported Networks and Integrated Protocols
  7. Transaction Lifecycle
  8. Spot Trading Module
  9. Perpetual Futures Module
  10. Fee Architecture
  11. Security Model
  12. Developer Integration Surface
  13. Partner and Affiliate Ecosystem
  14. Tokenomics (Preliminary)
  15. Product Roadmap
  16. Conclusion
  17. References

1. Introduction

The cryptocurrency ecosystem has expanded to encompass hundreds of independent blockchain networks, each with its own consensus mechanism, transaction format, and native asset. A fundamental challenge facing users is the fragmentation of liquidity across chains. A holder of Bitcoin who wishes to acquire Ether, Solana, or Monero must navigate a patchwork of centralized exchanges (which introduce custody risk, identity requirements, and single points of failure) or a growing but still fragmented set of cross-chain non-custodial, decentralized protocols. This fragmentation imposes real costs: suboptimal execution prices, time spent manually querying multiple platforms, and security risk from interacting with unfamiliar protocol interfaces.

Instaswap addresses this fragmentation by operating as a multi-protocol aggregation layer that queries 15 decentralized liquidity sources simultaneously, scores the returned routes by a composite optimization function, and presents the user with the single best execution path. The protocol supports three trading modes: instant cross-chain swaps of native assets, on-chain spot trading at market prices, and non-custodial, decentralized perpetual futures with leverage.

The term "native" is central to Instaswap design philosophy. When a user swaps BTC for ETH, they send real Bitcoin on the Bitcoin network and receive real Ether on the Ethereum network. No wrapped tokens, synthetic representations, or intermediary bridge contracts are involved. This is enabled by THORChain, Chainflip, and Maya Protocol, which maintain their own validator networks and chain-specific liquidity vaults.

Instaswap is non-custodial, decentralized at every stage. The protocol never holds user private keys, never controls user wallets, and never takes temporary custody of user funds. It functions purely as a routing, rate-optimization, and transaction-construction layer, delegating all on-chain execution to the integrated non-custodial, decentralized protocols.

2. Protocol History and Architectural Evolution

Instaswap development history spans from May 2018 to the present, reflecting a deliberate architectural migration from centralized to fully non-custodial, decentralized infrastructure.

The protocol launched in May 2018 as a licensed centralized exchange providing fiat-to-crypto and crypto-to-crypto swap services. Between January 2021 and July 2022, fiat-to-crypto gateways expanded to support credit card and bank transfer purchases. In May 2022, the Partners Portal was introduced, establishing the B2B integration surface that remains a core component of the current protocol.

The pivotal architectural transition occurred in March 2023, when Instaswap migrated to a fully non-custodial, decentralized, non-custodial, decentralized DEX aggregation model. The motivations were threefold: the maturation of cross-chain DEX protocols (particularly THORChain), the validation of non-custodial, decentralized architecture following several high-profile centralized exchange collapses in 2022, and increasing user demand for privacy-preserving, accountless exchange services.

In November 2024, walletless swap support expanded to cover 50+ tokens including Solana and Polkadot assets. February 2025 brought integration with 10+ additional DeFi protocols and 5+ wallet providers. As of March 2026, the protocol is deploying non-custodial, decentralized spot and perpetual trading modules, with a native utility token targeted for October 2026.

3. System Architecture

Instaswap architecture is organized into four horizontal layers: Presentation, Aggregation, Protocol Integration, and Blockchain. User requests flow downward through the stack; execution results propagate upward.

3.1 Presentation Layer

The presentation layer encompasses three client-facing interfaces: the primary web application at app.instaswap.com, the embeddable swap widget, and the public REST API for programmatic access. This layer handles user input capture, trade parameterization, quote display, and transaction status reporting. It communicates with the aggregation layer via internal API calls and does not interact with blockchain networks directly.

3.2 Aggregation Layer

The aggregation layer contains the routing engine and rate optimizer. When a swap request arrives, the engine dispatches concurrent rate queries to all applicable protocol adapters. Each returned quote is evaluated using a composite scoring function:

S(r) = w1 x OutputAmount(r) + w2 x SlippageScore(r) + w3 x GasCostScore(r) + w4 x ReliabilityScore(r)

The route with the highest composite score is selected. For BTC-to-ETH, the engine queries THORChain, Chainflip, and Maya Protocol in parallel. For ETH-to-USDC, it queries 1inch, Uniswap, SushiSwap, 0x Protocol, OpenOcean, and Kyber Network.

3.3 Protocol Integration Layer

The protocol integration layer manages direct interfaces with each external non-custodial, decentralized protocol through dedicated adapter modules. Each adapter normalizes a protocol external API, transaction construction format, signing requirements, deposit address generation, and status polling endpoints into a common internal interface. This plugin model decouples the aggregation engine from the specifics of any individual protocol. Current adapters cover 15 protocols: 3 cross-chain DEXs (THORChain, Chainflip, Maya Protocol), 5 DEX aggregators (1inch, Jupiter, 0x Protocol, OpenOcean, Kyber Network), and 7 single-chain DEXs (Uniswap, SushiSwap, PancakeSwap, Camelot, Pangolin, WOOFi, Trader Joe).

3.4 Blockchain Layer

The blockchain layer represents the on-chain execution environment across 35 supported networks. Instaswap does not operate its own blockchain, consensus mechanism, or validator network. It relies entirely on the security and finality guarantees of the underlying chains and integrated cross-chain protocols. By not operating its own chain, Instaswap avoids the complexity, cost, and security responsibility of maintaining validator infrastructure.

4. Cross-Chain Swap Mechanics

4.1 The Native Asset Model

Instaswap cross-chain swaps operate on a native-asset model: the user sends cryptocurrency in its original form on its native blockchain and receives the destination cryptocurrency in its original form on the destination blockchain. No wrapping step, intermediary synthetic token, or bridge contract is involved. This is a critical distinction from the majority of cross-chain solutions, which rely on lock-and-mint bridge patterns that create synthetic wrapped representations.

The historical record validates concern about bridge risk. Between 2021 and 2024, wrapped token bridges suffered catastrophic exploits: Ronin (~$620M), Wormhole (~$320M), Nomad (~$190M), and Harmony Horizon (~$100M). By avoiding the wrapping paradigm entirely, Instaswap cross-chain swaps carry only the smart contract and economic security risk of the underlying cross-chain protocol, a fundamentally more robust security model.

4.2 Single-Chain DEX Routing

For intra-chain swaps, Instaswap routes through single-chain DEXs and aggregators: on Ethereum via 1inch, Uniswap, SushiSwap, 0x Protocol, and Kyber Network; on Solana via Jupiter; on BNB Chain via PancakeSwap; on Avalanche via Pangolin and Trader Joe; on Arbitrum via Camelot. The same composite scoring function S(r) applies.

4.3 Multi-Hop and Split Routing

In certain cases, the optimal swap path traverses one or more intermediate assets. For example, DOGE to AVAX may route as DOGE to BTC via THORChain followed by BTC to AVAX. For large trades that would incur significant price impact in a single pool, the engine can split the trade across multiple pools or protocols.

4.4 AMM Design Comparison

Four primary AMM paradigms are represented: Constant Product Market Maker (CPMM) used by Uniswap V2 and SushiSwap; THORChain Continuous Liquidity Pool (CLP) with slip-based fee; Concentrated Liquidity used by Uniswap V3 and Camelot; and Chainflip Just-In-Time (JIT) AMM. Instaswap aggregation engine does not prefer any one design a priori, evaluating actual quoted outputs for specific trade parameters.

4.5 MEV Considerations

For cross-chain swaps routed through THORChain or Chainflip, the swap execution occurs within the cross-chain protocol own consensus environment, not in the public mempool, providing natural protection against sandwich attacks. For intra-chain EVM swaps, MEV protection depends on the specific protocol selected. Users can set slippage tolerance parameters bounding the maximum loss from price manipulation.

4.6 Confirmation Requirements and Finality

Bitcoin uses probabilistic finality (6 confirmations, ~60 minutes). Ethereum achieves deterministic finality after approximately 12.8 minutes. Solana achieves finality in approximately 400 milliseconds. Cross-chain swaps via THORChain typically complete within 10 to 60 minutes depending on chains involved. Intra-chain swaps complete within a single block confirmation.

5. Walletless Swap Architecture

Walletless swaps remove the requirement for client-side wallet connection, browser extension installation, or any software beyond a standard web browser.

5.1 Ephemeral Deposit Address Mechanism

The walletless mechanism operates through ephemeral (time-limited) deposit addresses generated by the underlying cross-chain protocol at swap initiation. Stage 1: user selects asset pair, provides a receiving address and a refund address. Stage 2: Instaswap coordinates with the selected protocol to generate a unique, time-limited deposit address. Stage 3: user sends source tokens to the displayed deposit address using any wallet. Stage 4: the cross-chain protocol executes the swap and delivers output tokens to the receiving address.

5.2 Privacy Properties

The walletless architecture has significant privacy implications. No wallet connection is established, so the protocol cannot associate the user source wallet address with their browser session, IP address, or any other client-side identifier. No account creation, email address, username, password, or identity is collected. KYT (Know Your Transaction) and AML verification is performed. This makes walletless swaps particularly popular for XMR-to-BTC and XMR-to-USDC conversions.

5.3 Refund Handling

If a walletless swap fails, the underlying cross-chain protocol automatically refunds the user source assets to the refund address provided at initiation. This refund is executed by the protocol validator network and does not depend on Instaswap backend being operational.

5.4 Wallet-Connected Mode

Instaswap also supports conventional wallet-connected trading. Supported wallets include MetaMask, Ledger hardware wallets, Coinbase Wallet, and more than ten additional providers through injected provider detection, WalletConnect protocol integration, and wallet-specific adapter modules. Both modes maintain the same non-custodial, decentralized guarantee.

6. Supported Networks and Integrated Protocols

6.1 UTXO-Based Proof-of-Work Chains

Six supported networks use the UTXO model combined with proof-of-work consensus: Bitcoin (BTC, SHA-256), Litecoin (LTC, Scrypt), Bitcoin Cash (BCH, SHA-256), Dogecoin (DOGE, Scrypt), Dash (DASH, X11), and Zcash (ZEC, Equihash).

6.2 Privacy-Focused Chains

Monero (XMR) uses the RandomX proof-of-work algorithm and three layered privacy technologies: ring signatures (mixing inputs with decoys to obscure the sender), stealth addresses (generating one-time receiving addresses), and RingCT (hiding transaction amounts using Pedersen commitments and range proofs).

6.3 Account-Based Networks

Five supported networks use account-based transaction models: Ethereum (ETH, PoS), BNB Chain (BNB, PoSA), Avalanche (AVAX, Snowball consensus), TRON (TRX, DPoS), and Solana (SOL, Proof-of-History + PoS hybrid).

6.4 Layer 2 Rollups

Two supported networks are Ethereum Layer 2 optimistic rollups: Arbitrum (fraud proof dispute resolution) and Base (OP Stack architecture, developed by Coinbase). Both use ETH as their native gas token.

6.5 Independent Consensus Networks

The XRP Ledger uses federated Byzantine agreement. Polkadot uses a relay chain with Nominated Proof-of-Stake. Cosmos uses Tendermint BFT consensus with the Inter-Blockchain Communication (IBC) protocol.

6.6 Integrated Liquidity Protocols

15 non-custodial, decentralized protocols: 3 cross-chain DEXs (THORChain, Chainflip, Maya Protocol), 5 DEX aggregators (1inch, Jupiter, 0x Protocol, OpenOcean, Kyber Network), 7 single-chain or multi-chain DEXs (Uniswap, SushiSwap, PancakeSwap, Camelot, Pangolin, WOOFi, Trader Joe).

7. Transaction Lifecycle

7.1 Stage 1: Market Selection

The user selects one of three trading modes: instant swap, spot trading, or perpetual trading. Each mode activates a distinct routing pipeline within the aggregation engine.

7.2 Stage 2: Trade Parameterization and Quoting

The user specifies the source and destination assets, trade amount, destination address, and refund address. The aggregation engine dispatches concurrent rate queries, applies S(r), and presents the best route including expected output, effective rate, selected protocol, estimated execution time, fee breakdown, and quote validity window.

7.3 Stage 3: On-Chain Execution

Upon user confirmation, the protocol adapter constructs the appropriate transaction. The adapter continuously polls status endpoints and reports progress through the presentation layer.

7.4 Stage 4: Settlement and Refund

Upon successful completion, swapped tokens are delivered to the user wallet. If a swap fails, the underlying protocol refund mechanism automatically returns source assets to the refund address, independently of Instaswap infrastructure.

8. Spot Trading Module

The spot trading module enables users to buy and sell crypto assets at current market prices through non-custodial, decentralized on-chain liquidity. The module routes market orders through the same aggregated pool of liquidity protocols, applying the composite scoring function. Unlike centralized exchanges, all pricing is derived from on-chain AMM liquidity pools with no hidden spreads. The current implementation supports market orders; limit orders, stop-loss orders, and take-profit orders are planned for future releases.

9. Perpetual Futures Module

9.1 Funding Rate Mechanism

The funding rate is a periodic payment exchanged between long and short position holders that anchors the perpetual contract mark price to the underlying spot price. When the mark price exceeds spot, long holders pay short holders; when below spot, short holders pay long holders.

9.2 Leverage and Margin

Perpetual contracts allow traders to open positions with leverage, depositing a fraction of the position notional value as margin collateral. Each position has initial margin and maintenance margin thresholds. If unrealized losses reduce margin below maintenance, the position is subject to liquidation. All margin collateral is held by the protocol smart contracts, not by Instaswap.

9.3 Risk Disclosure

Perpetual trading with leverage carries substantial financial risk and is intended exclusively for experienced participants who understand derivative mechanics. Liquidation can result in total loss of deposited margin collateral.

10. Fee Architecture

10.1 Fee Structure

Instaswap does not charge a flat platform fee. Fees are embedded in the swap execution through the underlying liquidity protocol and reflected in the output amount presented during quoting. The observed range is approximately 0.3% to 1.0%, varying by protocol, asset pair, trade size, and current market conditions.

10.2 Network Gas Fees

Network gas fees are determined by each chain current congestion level. For small-denomination swaps on expensive chains, gas fees can constitute a substantial fraction of the total trade cost. The aggregation engine GasCostScore factor accounts for this.

10.3 Competitive Positioning

ChangeNow charges approximately 0.5% to 2.0% with custodial execution. FixedFloat charges 0.5% for fixed-rate swaps and 1.0% for floating-rate swaps, also with custodial execution. Neither aggregates across multiple DEX protocols. Instaswap advantages are the non-custodial, decentralized architecture and multi-protocol aggregation across 15 decentralized liquidity sources.

11. Security Model

11.1 non-custodial, decentralized Invariant

The foundational security property: at no point does the protocol take custody of user funds, hold private keys, or control user wallet addresses. An attacker who compromises Instaswap backend infrastructure gains access to routing logic and interface code, but not to user funds.

11.2 Transport Layer Security

All communications are encrypted using TLS 1.2 or higher, providing confidentiality, integrity, and authentication.

11.3 Protocol-Level Security Inheritance

Because Instaswap delegates all on-chain execution to integrated protocols and does not deploy its own smart contracts for swap execution, the on-chain security is determined entirely by the security of the selected routing protocol. Instaswap does not introduce additional smart contract risk.

11.4 Automatic Refund Mechanism

When a swap cannot complete, the underlying protocol validator network autonomously initiates a refund. This logic operates independently of Instaswap backend.

11.5 Threat Model Analysis

Five primary threat categories: backend compromise (limited to routing and interface manipulation, not fund access), cross-chain protocol risk (mitigated by multi-protocol integration), DNS or certificate hijacking (mitigated by DNSSEC and certificate transparency), front-end supply chain attacks (mitigated by dependency auditing and SRI hashes), and blockchain-level attacks (mitigated by confirmation requirements).

11.6 Transaction Monitoring

A public transaction explorer at explorer.instaswap.com allows users to monitor swap activity. Every swap is publicly visible on the relevant blockchains and can be independently verified.

12. Developer Integration Surface

12.1 REST API

The API provides RESTful endpoints for quote retrieval, swap initiation, status polling, and asset enumeration. It uses the CHAIN.ASSET notation for asset identification. Full documentation is published at instaswap.com/api-integration.

12.2 Embeddable Swap Widget

The widget provides a plug-and-play swap interface embeddable via a single iframe element. Widget operators earn commission on swaps executed through their embedded instance.

13. Partner and Affiliate Ecosystem

13.1 Affiliate Program

The program defines three tiers based on monthly referral volume: Starter (up to $10,000, 30% commission), Growth ($10,000 to $50,000, 40%), and Pro (above $50,000, 50%).

13.2 Partners Portal

The Partners Portal at partners.instaswap.com provides real-time analytics, integration management, 24/7 support, and co-marketing access to Instaswap community of over 25,000 active users.

14. Tokenomics (Preliminary)

The Instaswap token has not yet launched. All parameters described in this section are preliminary and subject to revision prior to the Token Generation Event (TGE), currently targeted for October 2026.

14.1 Design Intent

The token is designed to function as the utility backbone of the Instaswap ecosystem, creating economic alignment between the protocol and its user community.

14.2 Utility Vectors

Four primary utility vectors are planned: fee discounts for holders and stakers, trading cashback proportional to swap volume, tiered benefits (Bronze, Silver, Gold, Platinum, Diamond) with escalating rewards, and governance participation.

14.3 Burn Mechanism

A portion of platform fee revenue will be allocated to a buy-back-and-burn program. The protocol will periodically purchase tokens on the open market and send them to a verifiable burn address, permanently removing them from circulating supply. This mechanism creates deflationary pressure that scales with platform volume.

14.4 Preliminary Supply Allocation

  • 30% — Ecosystem and Rewards
  • 20% — Team and Advisors (multi-year vesting)
  • 15% — Private Sale
  • 15% — Liquidity and Market Making
  • 10% — Treasury and Operational Reserve
  • 10% — Public Sale at TGE

15. Product Roadmap

Completed phases:

  • Initial CEX launch (May 2018 – January 2021)
  • Fiat-to-crypto gateway expansion (January 2021 – July 2022)
  • Partners Portal launch (May 2022)
  • Pivot to multi-blockchain DEX aggregator (March 2023 – present)
  • Walletless swap expansion covering 50+ tokens (November 2024)
  • Integration of 10+ additional DeFi protocols and 5+ wallet providers (February 2025)

Current development phase (March 2026): deploying non-custodial, decentralized perpetual and spot trading markets. Next major milestone: Instaswap Token Launch, targeted for October 2026. Ongoing efforts include expanding blockchain support, deepening protocol integrations, adding advanced order types, and continuously refining the aggregation engine scoring function.

16. Conclusion

Instaswap provides a unified non-custodial, decentralized interface for cross-chain cryptocurrency swaps, spot trading, and perpetual futures by aggregating liquidity from 15 non-custodial, decentralized protocols across 35 blockchain networks. The protocol aggregation engine surfaces optimal routing across fragmented liquidity sources using a composite scoring function that weighs output amount, slippage, gas cost, and route reliability.

The walletless swap mode eliminates the friction of wallet connection through an ephemeral deposit address mechanism. The non-custodial, decentralized architecture removes counterparty risk from the trade lifecycle by delegating all on-chain execution to audited third-party protocols.

The native-asset model, in which users exchange real BTC, ETH, XMR, SOL, and other tokens in their original form without wrapping or bridging, eliminates the smart contract risk of intermediary bridge contracts. By delegating cross-chain execution to purpose-built protocols such as THORChain (Continuous Liquidity Pools with slip-based fees) and Chainflip (Just-In-Time AMM), Instaswap inherits robust economic security models without deploying its own custodial smart contracts.

The planned deployment of a native utility token in October 2026 will introduce fee discounts, volume-based cashback, tiered holder benefits, and deflationary burn mechanics designed to create economic alignment between the protocol and its user community.

References

  1. THORChain Development Team. "THORChain: A Decentralised Liquidity Network." thorchain.org, 2021.
  2. Chainflip Labs. "Chainflip: A Cross-Chain DEX Protocol." chainflip.io, 2023.
  3. Maya Protocol. "Maya Protocol: Cross-Chain Liquidity Infrastructure." docs.mayaprotocol.com, 2023.
  4. Adams, H., et al. "Uniswap v3 Core." uniswap.org, 2021.
  5. 1inch Network. "1inch Aggregation Protocol v5." docs.1inch.io, 2022.
  6. Jupiter. "Jupiter Aggregator: Solana Liquidity Infrastructure." docs.jup.ag, 2023.
  7. Warren, W., Bandeali, A. "0x: An Open Protocol for Decentralized Exchange on the Ethereum Blockchain." 0x.org, 2017.
  8. Nakamoto, S. "Bitcoin: A Peer-to-Peer Electronic Cash System." bitcoin.org, 2008.
  9. Buterin, V. "Ethereum: A Next-Generation Smart Contract and Decentralized Application Platform." ethereum.org, 2014.
  10. Yakovenko, A. "Solana: A New Architecture for a High Performance Blockchain." solana.com, 2018.
  11. Noether, S., Mackenzie, A., et al. "Ring Confidential Transactions." Monero Research Lab, 2016.
  12. Kalodner, H., et al. "An Empirical Study of DeFi Liquidations." USENIX Security, 2023.
  13. Daian, P., et al. "Flash Boys 2.0: Frontrunning in Decentralized Exchanges." IEEE S&P, 2020.