> For the complete documentation index, see [llms.txt](https://docs.degate.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.degate.com/about-degate/readme.md).

# What is DeGate

DeGate is a self-custody multichain crypto wallet for buying, selling, and earning across all leading blockchains. It is 100% non-custodial: you hold your own keys, and you operate from one unified balance, with no gas tokens to manage and no manual bridging between chains.

In practice, that means you decide which token you want, and DeGate handles the rest in the background: routing, bridging, and gas. Your assets stay under your control the entire time. The DeGate protocol and degate.com do not and cannot access your private keys.

## What you can do with DeGate

* **Hold and swap tokenized stocks and ETFs.** Hundreds of Ondo onchain assets and xStocks tokens (Tesla, Nvidia, Apple, S\&P 500 and Nasdaq 100 ETFs), with zero DeGate swap fees. See [On-Chain Stocks](/features/on-chain-stocks.md).
* **Swap any token on any supported chain.** One unified interface covers 10M+ tokens across 17 blockchains. See [Cross-chain Swap](/features/cross-chain-swap.md).
* **Send, receive, and manage assets** across supported EVM and non-EVM chains: one balance view, with token detail pages for following prices and your transaction history.
* **Earn yield** through curated vaults with [Simple Earn](/features/simple-earn.md) (powered by Morpho and Kamino), or provide concentrated liquidity on crypto, stock, ETF, and gold pools with [Turbo Range](/features/turbo-range.md).
* **Use DeFi directly.** Trade perpetuals via Hyperliquid, access prediction markets via Polymarket, spend crypto on gift cards via Bitrefill, and reach any dApp through the in-app Web3 browser. See [Integrations](/features/integrations.md).
* **Skip gas token management.** DeGate purchases the necessary gas tokens automatically, so you never need to pre-fund a new chain before using it.

## How DeGate works

You control one wallet, and DeGate deterministically derives your addresses across supported chains from it. Only your keys can authorize transactions from those addresses, which is what makes DeGate self-custodial rather than an exchange account. How this works for each wallet type is documented in [Wallet Addresses & Networks](/security-and-self-custody/wallet-address-and-networks.md) and [Security Overview](/security-and-self-custody/security-overview.md).

## Supported networks

As of July 2026, DeGate supports 17 blockchains: Ethereum, Solana, Base, Arbitrum, Optimism, Polygon, BNB Smart Chain, Avalanche, Aptos, Bitcoin, Linea, Sonic, Worldchain, xLayer, HyperEVM, Monad, and MegaETH (testnet). Fee rates per network are listed on the [Fees](/fees/fees.md) page.

## Is DeGate a DEX?

No. DeGate today is a self-custody wallet, not an exchange. The name previously belonged to an on-chain order book DEX built on an Ethereum ZK-rollup, which has since been discontinued. If you have read older articles describing DeGate as a DEX or a ZK-rollup protocol, see [From DEX to Self-Custody Wallet](/about-degate/from-dex-to-self-custody-wallet.md) for the full history.

## FAQ

**Does DeGate hold my private keys?** No. DeGate's servers do not hold your private keys and cannot access them, so DeGate cannot move your funds. See [Security Overview](/security-and-self-custody/security-overview.md).

**What does DeGate cost?** Swap fees depend on the token: xStocks and Ondo RWA assets are 0%, most stablecoins are 0.01%, major native coins are 0.1%, and other tokens default to 0.25%. USDC bridging is free. Full breakdown on the [Fees](/fees/fees.md) page.

**Is DeGate a decentralized exchange (DEX)?** No. DeGate is a self-custody multichain wallet. An earlier product under the same name was a DEX; it has been discontinued. See [the history page](/about-degate/from-dex-to-self-custody-wallet.md).

**How do I start?** Install the mobile app and add a wallet in a few minutes: create a new one, connect one you already have, or start with email. See the [Quickstart](/getting-started/quickstart.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.degate.com/about-degate/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
