> For the complete documentation index, see [llms.txt](https://yukuapp.gitbook.io/yuku-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://yukuapp.gitbook.io/yuku-doc/getting-started/install-a-wallet/setup-stoic-wallet-a-step-by-step-guide.md).

# Setup Stoic Wallet A step-by-step guide

##

Stoic is a wallet that supports tokens on the IC, including [wrapped cycles](https://github.com/Toniq-Labs/wrapped_cycles) and NFTs. **Support for more than just the Internet Identity.** Out of the gate, Stoic supports using both Internet identities and traditional mnemonic phrases, where users can simply create and store a phrase to recover their wallets in the future. This provides a simpler (and somewhat more traditional) way for users to get set up to interact with the IC and ICP tokens.

#### **How to set up a Stoic wallet:** <a href="#how-to-set-up-a-stoic-wallet" id="how-to-set-up-a-stoic-wallet"></a>

**Step 1: Stoic Wallet Homepage access**

Stoic supports browsers such as Google Chrome, Brave, and Firefox. Navigate to Stoic’s website [here](https://www.stoicwallet.com/).

<figure><img src="https://content.gitbook.com/content/SawqRrv9kbx7PG38Pcer/blobs/2CNIy1pXyJcmKQRqPZF6/1.png" alt=""><figcaption></figcaption></figure>

**Step 2: Create a new wallet**

The next step would be to click on Create a new wallet in case this is your first time using Stoic. A user with an existing wallet can also use "Import an existing wallet" "Link an existing internet identity," and so on. However, in this guide, we'll cover the first option, which is how to create a new wallet.

<figure><img src="https://content.gitbook.com/content/SawqRrv9kbx7PG38Pcer/blobs/9JlLafitrKgLqBulOsEk/2.png" alt=""><figcaption></figcaption></figure>

**Step 3: Security tips**

Read and confirm the security tips regarding security funds, then agree by clicking the Next tips button

<figure><img src="https://content.gitbook.com/content/SawqRrv9kbx7PG38Pcer/blobs/kLGZq92sNoATs7UzEJ4S/3.png" alt=""><figcaption></figcaption></figure>

**Step 4: Copy and save the mnemonic seed phrase**

This phase might be considered the most important while setting up a new wallet. The user is prompted to copy and save the 12 words as seed phrases. Right after putting the seed phrase to safe, hit "Continue"

<figure><img src="https://content.gitbook.com/content/SawqRrv9kbx7PG38Pcer/blobs/OQUymCVQFt64WzrLSTYb/4.png" alt=""><figcaption></figcaption></figure>

**Step 5: Paste and confirm the mnemonic seed phrase**

Paste the previously copied seed phrase in the field as a confirmation that it was successfully saved, then click continue.Step 6: Enter a passwordThis is the last step where the user gets to choose a new password in preference. At least a combination of 8 characters with upper and lower-case letters is required for stronger and optimal security. Once again, click continue to finalize the setup.Additionally below is a tutorial video, to help you better understand.

Video Tutorial

{% embed url="<https://www.youtube.com/watch?v=3WXtyLv0zbk>" %}


---

# 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://yukuapp.gitbook.io/yuku-doc/getting-started/install-a-wallet/setup-stoic-wallet-a-step-by-step-guide.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.
