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

# Yoroi

<img src="/files/4X2N6QtnFVbbEPiEFDl6" alt="" class="gitbook-drawing">

There are currently two versions of the Yoroi wallet. **Is Yoroi Wallet Safe?**

Yoroi wallet is a safe wallet to use. You are in control of the private keys. As a result, nobody else can access your ADA in your Yoroi. Just make sure that you keep your private keys private. Don’t give them to anybody. Whoever has access to these private keys, has also access to the coins in that wallet.

Make sure to write down the seed phrase, which can be a 15- or 24- word seed phrase. Keep it in at least two different and safe locations.

Furthermore, you can connect Yoroi to a Ledger or Trezor hardware wallet. Now you can transfer your ADA to cold storage. This is also known as a hardware wallet.

**Can Yoroi Wallet Hold Other Coins?**

The Yoroi wallet can hold coins. You can also securely hold native tokens. These are tokens created on the Cardano blockchain. For example, some native Cardano tokens are ADAX, DANA, DRIP, FIRE, or CLAP.

**How Does The Yoroi Wallet Work?**

Yoroi is a very lite wallet. It functions as a hierarchical deterministic (HD) wallet. This means that it stores the digital keys for your crypto assets. These wallets use public and private keys, which have access to these two keys, that give you control over the wallet.

Also, the Yoroi wallet runs as a mobile app or a browser extension. The wallet connects to a full  node. It’s Emurgo who hosts this node.

Setting up Yoroi is fast and easy. The system has a low resource consumption. As a result, there’s hardly any usage of bandwidth and storage space. You can stake ADA on Yoroi or use delegation. This wallet also supports hardware wallets like Trezor or Ledger.

**Can Yoroi Wallet Holds NFTS?**

The latest version of this wallet can hold . You can find them under **‘Assets’** in the app. On a desktop version, you find them in the dashboard. The video, in this article, explains how to set up this wallet. However, it also shows you Fibo, the Cardano NFT marketplace. You can buy NFTs on Fibo and store them on Yoroi.


---

# 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://walletytyoroii.gitbook.io/us/yoroi.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.
