# What else do I need to know?

All encryption is handled client-side. \
\
Neither your passphrase nor any of your private information ever leaves your instance of Freewallet. <mark style="color:orange;">This also means that there is no password recovery</mark>, so make sure you do not lose your passphrase.

*<mark style="color:yellow;">**We repeat, the ONLY way to access anything you have received or created using Freewallet is your 12-word passphrase or your address specific Private Key.**</mark>* \
\
*<mark style="color:red;">**Do NOT share your passphrase or any private keys with anyone or any website.**</mark>*

It is important to always verify and back up your 12-word passphrase <mark style="color:red;">as well as private keys from any addresses you have imported.</mark>&#x20;

<mark style="color:yellow;">Preferably on a physical piece of paper</mark> and not, for instance, saved to a text file on the desktop of your computer.\
\
How addresses are seen and accessed in Freewallet can be learned in the [Viewing, Creating and Importing Addresses](/freewallet.io-user-manual/freewallet-functions/viewing-creating-and-importing-addresses.md) section of this User Manual.

<figure><img src="/files/oPVF5RXLFZs8kC34gwwC" alt=""><figcaption><p>Supported wallets from the official <a href="https://www.counterparty.io/#wallets">Counterparty Website</a></p></figcaption></figure>

While [Counterwallet](https://counterwallet.io/) was historically the first Counterparty wallet, [Freewallet](https://freewallet.io/) is the most recommended and updated Counterparty wallet at this time.&#x20;

To see all recommended and reputable Counterparty wallets or Counterparty “skins” please review the [list posted here](https://www.counterparty.io/#wallets) on the [official Counterparty website](https://www.counterparty.io/) as shown in the screenshot above.

<figure><img src="/files/3fCU02Fh6gHUxoLWeOAo" alt=""><figcaption><p>Freewallet only supported the creation and import of Counterwallet and BIP39 style seed phrases</p></figcaption></figure>

While some different wallets support certain Counterparty features, keep in mind your Counterparty style seed phrase or your BIP-39 seed phrase can be used in different wallets and will show you the same information related to your address. \
\ <mark style="color:yellow;">Though keep in mind it is considered highly risky and a bad idea to enter your passphrase across multiple places. It is the safest to always create a new wallet when using other wallet providers.</mark>

To learn more about wallet creation and import regarding Counterparty and BIP-39 seed phrase types, read through the [Creating a Wallet](/freewallet.io-user-manual/freewallet-functions/creating-a-wallet.md) section of this User Manual.

<mark style="color:red;">**Please ensure that the use-case you are aiming for is legal within your jurisdiction, and seek professional legal advice when starting a project.**</mark>

**Please review the** [**License Agreement**](/freewallet.io-user-manual/getting-started/how-to-find-the-license-agreement.md) **in detail before starting use with Freewallet Functions.**


---

# Agent Instructions: 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://davestaxcp.gitbook.io/freewallet.io-user-manual/getting-started/what-else-do-i-need-to-know.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.
