> For the complete documentation index, see [llms.txt](https://docs.kwenta.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kwenta.io/overview/access-kwenta/installing-the-ipfs-companion-to-access-kwenta.md).

# Installing the IPFS Companion to Access Kwenta

This tutorial will guide you through the process of installing and configuring the IPFS Companion browser extension to access Kwenta. IPFS Companion is a powerful tool that enhances your browsing experience by connecting your browser to the decentralized web via the InterPlanetary File System (IPFS). By following these steps, you will be able to access Kwenta through IPFS.

{% hint style="info" %}
For its full functionality to be enabled, IPFS Companion requires a local IPFS node. As such, it is recommended that you have an IPFS node installed and running on your computer. Any one of the following will satisfy the requirement:
{% endhint %}

* [Install IPFS Desktop](https://docs.ipfs.tech/install/ipfs-desktop/)
* [Install IPFS Kubo for Go](https://docs.ipfs.tech/install/command-line/)
* [Install IPFS for JavaScript](https://docs.ipfs.tech/install/js-ipfs/)

{% hint style="warning" %}
You can still use IPFS Companion without a local node running, although you will lose some functionality, such as the ability to load websites with DNSLink via a gateway.
{% endhint %}

Step 1: Install the IPFS Companion browser extension

1.

```
| [Firefox ](https://www.mozilla.org/firefox/new/)\| [Firefox for Android](https://play.google.com/store/apps/details?id=org.mozilla.firefox)          | [Chrome ](https://www.google.com/chrome/)\| [Brave ](https://brave.com/)\| [Opera ](https://www.opera.com/)\| [Edge](https://www.microsoftedgeinsider.com/)                                    |
```

```
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [![Install From AMO](https://ipfs.io/ipfs/QmWNa64XjA78QvK3zG2593bSMizkDXXcubDHjnRDYUivqt)](https://addons.mozilla.org/firefox/addon/ipfs-companion/) | [![Install from Chrome Store](https://ipfs.io/ipfs/QmU4Qm5YEKy5yHmdAgU2fD7PjZLgrYTUUbxTydqG2QK3TT)](https://chrome.google.com/webstore/detail/ipfs-companion/nibjojkomfdiaoajekhjakgkdhaomnch) |
```

Step 2: Configure IPFS Companion settings

1. After installing the IPFS Companion extension, click on its icon in your browser's toolbar to open its settings.
2. In the settings menu, make sure "Public Gateway" is selected as the "IPFS Provider."
3. (Optional) Customize the "Public Gateway" field with a preferred IPFS gateway if desired. Otherwise, leave it as the default value.

Step 3: Access Kwenta using IPFS Companion

1. With IPFS Companion installed and configured, you can now access Kwenta through the IPFS gateway. In your browser's address bar, enter the following link: ipns\://kwenta.eth
2. The IPFS Companion extension will automatically redirect you to the IPFS version of the Kwenta website.
3. Enjoy seamless and decentralized access to Kwenta through the IPFS network!

By following these steps, you will have successfully installed the IPFS Companion browser extension and configured it for accessing Kwenta. Enjoy trading on the decentralized platform with the added benefits of the InterPlanetary File System.


---

# 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://docs.kwenta.io/overview/access-kwenta/installing-the-ipfs-companion-to-access-kwenta.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.
