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

# Introduction

## Introduction 🚀

### Project Overview

Naki Wallet is a mobile-first crypto wallet application built on the Base blockchain ecosystem during our hackathon partnership with Privy. It creates a seamless bridge between traditional payment systems and cryptocurrency by offering a familiar, user-friendly interface while leveraging the security and transparency of blockchain technology.

### Problem Statement ❓

Despite the growing adoption of cryptocurrencies, most Web2 users find crypto wallets intimidating due to complex onboarding processes, technical jargon, and security concerns. Traditional wallets require users to manage private keys and understand blockchain concepts, creating significant barriers to entry for mainstream adoption.

### Proposed Solution 💡

Naki Wallet solves this problem by providing:

* One-click wallet creation with just an email address
* Familiar payment app UX that hides blockchain complexity
* Focus on USDC stablecoin to eliminate price volatility concerns
* Streamlined onramp process for buying crypto with regular payment methods
* Social features that make sending crypto as easy as Venmo or Cash App

The application uses Privy's authentication system to handle user identity while automatically generating and managing secure blockchain wallets behind the scenes. This allows users to interact with Web3 technology without needing to understand the underlying mechanisms.

### Target Audience 👥

Naki Wallet is designed for:

* Web2 users curious about cryptocurrency but intimidated by traditional wallets
* People looking to send money internationally without high fees
* Individuals seeking the security benefits of blockchain with the simplicity of traditional payment apps
* Small businesses wanting to accept cryptocurrency payments
* Early crypto adopters looking for a more user-friendly wallet experience

By simplifying the crypto experience, Naki Wallet aims to be the gateway that brings the next billion users into the blockchain ecosystem.


---

# 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:

```
GET https://nakis-organization.gitbook.io/naki-wallet/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
