> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dzap.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Non-EVM Coverage

> Solana, Bitcoin, and Sui — what DZap routes.

Beyond EVM, DZap routes across Solana, Bitcoin, and Sui via specialized providers.

<Note>
  Detailed per-chain provider coverage lands here soon. The live list is at `/v1/config/providers`.
</Note>

## Solana

**CHAIN ID:** `7565164`

### DEX Providers (6)

* DFlow
* Jupiter
* Mayan Finance
* DZap Aggregator
* Li.Fi
* RelayLink

### Bridge Providers (31)

* Across
* AllBridge
* Bungee
* CCTP
* CCTP (fast)
* Chainflip
* ChangeNow
* DeBridge
* DZap Aggregator
* Garden
* GasZip
* Li.Fi
* Mayan (SWIFT)
* Meson Finance
* Near Intents
* OKX
* Owlto
* RelayLink
* RhinoFi
* Squid Router
* Symbiosis
* Simple Swap
* WanBridge
* HoudiniSwap
* Stargate V2 (Economy)
* Stargate V2 (OFT)
* Stargate V2 (Fast)
* Mayan (FAST MCTP)
* Mayan (MCTP)
* Mayan (MONO CHAIN)
* Mayan (SHUTTLE)

### Zap Providers (8)

* Kamino
* Jupiter Lend
* Hylo
* Meteora
* Project 0
* Orca
* Raydium
* Save Finance

## Bitcoin

**CHAIN ID:** `1000`

### Bridge Providers (17)

* BOB Gateway
* Celer
* Chainflip
* ChangeNow
* DZap Aggregator
* Garden
* Li.Fi
* Meson Finance
* Near Intents
* OKX
* RelayLink
* Squid Router
* Symbiosis
* TeleSwap
* Simple Swap
* WanBridge
* HoudiniSwap

## Sui

**CHAIN ID:** `19219`

### DEX Providers (3)

* Aftermath
* Bluefin7k
* Cetus

### Bridge Providers (18)

* AllBridge
* Celer
* ChangeNow
* DZap Aggregator
* GasZip
* Li.Fi
* Mayan (SWIFT)
* Meson Finance
* Near Intents
* OKX
* Squid Router
* Symbiosis
* Simple Swap
* HoudiniSwap
* Mayan (FAST MCTP)
* Mayan (MCTP)
* Mayan (MONO CHAIN)
* Mayan (SHUTTLE)

***

## What's the same vs different

<Tabs>
  <Tab title="Same as EVM">
    * `/v1/quote`, `/v1/buildTx`, `/v1/status` endpoints
    * Quote ranking and fee transparency
    * Slippage units (percent)
    * Refund handling via `refundee`
  </Tab>

  <Tab title="Different on non-EVM">
    * Address format (Base58 for Solana, hex+segwit for BTC, hex for Sui)
    * Signature scheme (Ed25519 for Solana, ECDSA for BTC, BLS / Ed25519 for Sui)
    * No Permit / Permit2 — non-EVM has its own approval semantics
    * Settlement times vary more by bridge
  </Tab>
</Tabs>

For a worked Solana example, see [SVM Zap](/products/dzap-fuse/svm).
