> For the complete documentation index, see [llms.txt](https://wiki.fearlesswallet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.fearlesswallet.io/browser-extension/how-to-use-fearless-wallet-with-polkaswap.md).

# How to use Fearless Wallet with Polkaswap

## In this article:

* [**Installation**](#installation)
* [**Creating / Importing your account**](#creating-importing-your-account)
* [**Connecting to Polkaswap**](#connecting-to-polkaswap)
* [**Polkaswap Swaps**](#polkaswap-swaps)

***

## Installation

Go to [this page](https://chrome.google.com/webstore/detail/fearless-wallet/nhlnehondigmgckngjomcpcefcdplmgc) and click on **"Add to Chrome"**

<figure><img src="/files/znCykUEaBpo9GCox0snx" alt=""><figcaption></figcaption></figure>

In the pop-up window, click "**Add Extension"** to confirm the installation of the Fearless Wallet browser extension

<figure><img src="/files/tCDEI2JSEa5FddjuntDq" alt=""><figcaption></figcaption></figure>

***

## Creating / Importing your account

Click on the Fearless Wallet icon in the upper right corner

Decide whether you need to **Create a new wallet** or **Import the existing account** and click on the corresponding button

{% hint style="info" %}
Besides classic seedphrase importing, Fearless Wallet supports connecting your Google Drive or mobile device (with your existing wallet). You're welcome to try these out!
{% endhint %}

### Creating a wallet

In case you're creating a new wallet, **give it a nickname**<br>

<figure><img src="/files/SVXLgLBr0oUeqpsQLfGb" alt=""><figcaption></figcaption></figure>

Then, **backup your passphrase (make sure to save it somewhere in a safe place)**<br>

<figure><img src="/files/surKNmkK0Tdd93yUCuPo" alt=""><figcaption></figcaption></figure>

\
**Choose a password** for your newly-created account<br>

<figure><img src="/files/CE6SmfYRqlEyku2F1T3O" alt=""><figcaption></figcaption></figure>

All done! **Now we can move to connecting the extension to** [**Polkaswap.io**](https://polkaswap.io)<br>

***

### Importing your wallet

In case you already have a wallet, you can import it by clicking on the corresponding button

<figure><img src="/files/cYQYsPB0jvAWNMGERaEc" alt=""><figcaption></figcaption></figure>

Select the **Source type** for your private key and then paste it into the field below. In our case it's going to be mnemonic passphrase<br>

<figure><img src="/files/OBYpALR8efbjqPHn0j5A" alt=""><figcaption></figcaption></figure>

**Choose a nickname** for your wallet

<figure><img src="/files/hC6l8whjCxYgiXnfUvn3" alt=""><figcaption></figcaption></figure>

And finally, **enter your password**

<figure><img src="/files/fKSMM6yotwULvP5Ua6oG" alt=""><figcaption></figcaption></figure>

##

<figure><img src="/files/CE6SmfYRqlEyku2F1T3O" alt=""><figcaption></figcaption></figure>

All done! **Now we can move to connecting the extension to** [**Polkaswap.io**](https://polkaswap.io)

***

## Connecting Fearless Wallet to Polkaswap

Go to [**Polkaswap.io**](https://polkaswap.io)**,** then proceed to the [**Account**](https://polkaswap.io/#/wallet) tab

On the **Account** tab you'll see different extensions available for connecting, click on **Fearless Wallet**

<figure><img src="/files/TRjIaoiYx55B9J7hrs4I" alt=""><figcaption></figcaption></figure>

In the pop-up window, click **"Yes, I allow this application access"**<br>

<figure><img src="/files/cgxcDCX8dTrBHTBwMqfd" alt=""><figcaption></figcaption></figure>

**Select your account** from the list (by clicking on your nickname)<br>

<figure><img src="/files/JaFeJ8enBLxqPgwxzcmG" alt=""><figcaption></figcaption></figure>

**Done! Y**ou've just successfully connected **Fearless Wallet** with the Polkaswap. **Happy Decentralized Trading and Stay Fearless!**

***

## Polkaswap Swaps

{% hint style="info" %}
Besides swapping your assets in the **Swap** tab on **Polkaswap,** you can also utilize the **Polkaswap Swaps** feature right inside the extension!
{% endhint %}

In order to swap your assets, open the extension and search for the asset you'd like to swap

<figure><img src="/files/lWBeuObO6g3YjoSRqFuu" alt=""><figcaption></figcaption></figure>

Click on the asset, then press the **Swap** button

<figure><img src="/files/6SKjUr58S57wLmfpgAzg" alt=""><figcaption></figcaption></figure>

**Select the asset** for swapping

{% hint style="info" %}
**IMPORTANT: Only the SORA network tokens are available for swapping at the moment**
{% endhint %}

<figure><img src="/files/6TUd8QsqujBGVN5JfKuM" alt=""><figcaption></figcaption></figure>

**Make sure you agree with all the transaction details** and have enough **XOR** for fees

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

**Continue by clicking on the corresponding button** below. That's it, you've just succesfully swapped your tokens right inside your Fearless Wallet browser extensions.

***

**#StayFearless**


---

# 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://wiki.fearlesswallet.io/browser-extension/how-to-use-fearless-wallet-with-polkaswap.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.
