> 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/getting-started/quickstart.md).

# Quickstart

This page takes you from nothing to your first swap in about five minutes. Each step links to a fuller guide if you want the details.

## 1. Install the app

DeGate is app-first. Get it here:

[![Download on the App Store](https://hub.degate.com/common/wallet-setup-img-en/Download_AppStore.png)](https://apps.apple.com/app/apple-store/id6742168343?pt=127643354\&ct=docs\&mt=8) [![Get it on Google Play](https://hub.degate.com/common/wallet-setup-img-en/Download_GooglePlay.png)](https://play.google.com/store/apps/details?id=com.app.degate\&referrer=utm_source%3Ddocs%26utm_medium%3Ddocs) [![Download APK](https://hub.degate.com/common/wallet-setup-img-en/Download_Android.png)](https://download.degate.com/apps/degate-android.apk)

## 2. Create your wallet

Create a new wallet with a 12-word recovery phrase (**Create Wallet**), import or connect one you already have (**Import Wallet** / **Connect External Wallet**), or use **Continue with Email** for the fastest start. If you plan to hold higher-value assets, prefer Create/Import Wallet or a hardware wallet. Full walkthrough: [Create a Wallet](/getting-started/create-a-wallet.md).

## 3. Fund your wallet

Tap **Receive**, copy your address for the chain you are sending from (or scan the QR code), and send. Your DeGate address works across all EVM chains; Solana, Aptos, and Bitcoin have their own address formats. Incoming deposits are detected automatically, and deposits from different networks land in one unified balance.

## 4. Make your first swap

Pick the token you want and pay with your USDC. DeGate quotes a price, handles any cross-chain routing and gas in the background, and settles into your balance. Step-by-step guide: [Your First Swap](/getting-started/your-first-swap.md).

## Where to go next

* Put idle USDC to work: [Simple Earn](/features/simple-earn.md)
* Understand what you pay: [Fees](/fees/fees.md)
* Understand who holds your keys (you do): [Security Overview](/security-and-self-custody/security-overview.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/getting-started/quickstart.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.
