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

# Mobile App introduction

From a single D'CENT mobile app, users are given the choices of using Biometric Wallet, Card type Wallet, or the Software Wallet.

You can also easily manage your cryptocurrency assets through the mobile app by adding cryptocurrency accounts, checking the portfolio of coins you own on one screen, and conducting transactions such as sending and receiving coins.

## Mobile App download

### For Android

You can install D'CENT mobile app by searching for the app directly from the Google Play Store.

Search for the keyword "**D'CENT Wallet**".

To install the mobile app for Android, please click [here](https://play.google.com/store/apps/details?id=com.kr.iotrust.dcent.wallet).

<div align="left"><figure><img src="/files/8ymKrWDOIe6GuiHuZkNb" alt="" width="375"><figcaption></figcaption></figure></div>

### For iOS

You can install D'CENT mobile app by searching for the app directly from the App Store.

Search for the keyword "**D'CENT Wallet**".

To download the D'CENT mobile app for iOS, please click [here](https://apps.apple.com/us/app/dcent-crypto-wallet/id1447206611).

<div align="left"><figure><img src="/files/5SO8UwifVQn8tjt1u9Gh" alt="" width="375"><figcaption></figcaption></figure></div>

## Main features

<div align="left"><figure><img src="/files/Y5qJLzoU5OlrarrAEKyb" alt=""><figcaption></figcaption></figure></div>

**My Wallet** : You can view your existing coin accounts or add new ones. You can send and receive coins, check your transaction history, and manage your assets with ease. Additionally, by tapping the **"NFTs"** tab, you can view all NFT assets stored in your wallet at a glance.

**Insight** : You can check coin prices and current trading trends. Additionally, you can compare the prices of each asset across different platforms.

**Swap :** You can trade your desired assets, including cross-network transactions.

**Discovery** : It is a DApp browser that allows access to various Web3 services such as DeFi, DEX, and NFT marketplace. You can easily connect your D'CENT wallet by entering the URL in the search box, doing a Google search, or selecting the desired service from the **"LIST"**.

**Settings** : Provides the ability to change app settings, such as changing the supported language, local currency, and password of the mobile app. Additionally, you can easily and conveniently manage **Biometric,** **Card**, and **App Wallet** types through the **"Manage All Wallets"** menu.


---

# 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://userguide.dcentwallet.com/dcent-app/intro.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.
