> For the complete documentation index, see [llms.txt](https://liux.gitbook.io/liux-whitepaper-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liux.gitbook.io/liux-whitepaper-v2/liux-wallet.md).

# LIUX Wallet

### Abstract <a href="#abstract" id="abstract"></a>

LIUX Wallet is a multi-coin, cross-platform wallet app.&#x20;

In comparison to other wallet apps whose portal to the DApps world consists of a mere DApps browser, LUIX Wallet aims to directly embrace and integrate a wide variety of DApps and Defi protocols as the core functionality of the App for an intuitive and seamless experience on mobile.

### Introduction <a href="#introduction" id="introduction"></a>

Over the past few years, we have seen rapid growth in the adoption of DApps and Defi protocols.

This was primarily brought upon the tremendous growth of Dogecoin and other similarly themed Dog tokens such as [$SHIB](https://www.shibatoken.com/), [$KISHU](https://kishu.com/), [$HOKK](https://www.hokk.finance/), as well as a wide variety of meme tokens. This was also the year that the leading Decentralized Exchange, UniSwap, reached a trading volume identical to that Centralized Exchanges.

While LIUX Wallet’s initial inception was around the idea of following the trend of all these Dog themed tokens, we soon realized that there is a hole in the market that we could potentially fill.

Users of DApps and DeFi protocols consists of a wide variety of individuals, some are the newer tech-savvy generation, some are veteran crypto investors, and others are completely new to the Crytpo space, but one thing that they all have in common is that they all know what they are doing. They all know how to backup their seed passphrase, how to copy the correct contract address of a token into UniSwap for trading, how to view the trading pairs in DexTools, how to connect their wallet to a DApp, how to follow wallet transactions on etherscan, etc. but if you try to explain this to an average user, they will have a hard time understanding any of this unless they put in the effort to learn, and this is where DeFi fails to gain mass adoption while Centralized Exchanges succeed. The harsh reality is that DApps and DeFi will fail to gain mass adoption unless it becomes more user-friendly to the average user. The keyword is **User Experience**.

The idea of creating LIUX Wallet stemed from the frustration of new users coming into the DeFi space and having to learn and understand multiple buzzwords, platforms, and techologies. The problem doesn’t end there as the entire ecosystem is fragmented into multiple platforms, but for the most part, this is not a big issue while on a desktop computer as users can have multiple tabs open, all conected to their MetaMask Wallet, but this issue becomes apparent when attempting to go through the same process on a Mobile Wallet App.

**And thus, we embarked on a journey to create a friendlier and sleeker Mobile Wallet App with an intuitive User Experience.**

<figure><img src="/files/8slhR19pWeg3vDpswGog" alt=""><figcaption></figcaption></figure>

### Wallet Functionality <a href="#wallet-functionality" id="wallet-functionality"></a>

Majority of Mobile App wallets provide the standard wallet functionality, which is:

* Creating a wallet
* Importing wallet via seed phrase or private keys
* Exporting Private keys
* Signing transactions

LIUX Wallet will be no different. We will be relying on the usage of free an open source software as there is no need to reinvent the wheel. The wallet library we will be using is TrustWallet’s [wallet-core](https://github.com/trustwallet/wallet-core) library. This is currently one of the safest and most trusted wallet apps. LIUX Wallet will be contributing to open source by creating a Flutter wrapper for the wallet-core library.

The wallet's private keys will be encrypted and stored in [Android’s KeyStore](https://developer.android.com/training/articles/keystore) or [iOS KeyChain](https://developer.apple.com/documentation/security/keychain_services) and optionally secured by a biometric lock depending on the user's preferred security settings.


---

# 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://liux.gitbook.io/liux-whitepaper-v2/liux-wallet.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.
