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

# Introduction

[**Qrim**](https://qrim.io/) is a [**Quilibrium**](https://quilibrium.com/) solutions provider, offering decentralized support for asset management, transaction assistance, and more. Qrim aims to expand the rim of Quilibrium ecosystem, helping users manage and use **$QUIL** more easily

**Official links:**

* [Wallet](https://wallet.qrim.io/)
* [Explorer](https://qrim.io/)
* [Bridge](https://wallet.qrim.io/bridge)
* [Discord](https://discord.com/invite/GnCUxZg6Vb)
* [Twitter(X)](https://x.com/Qrimio)
* [Warpcast](https://warpcast.com/qrim)

**Quilibrium** is a decentralized internet-layer protocol under active development with a core mission to secure every bit of traffic on the web.that offers the convenience of cloud computing without sacrificing privacy or scalability.and is also a decentralized platform offering a "Platform as a Service" (PaaS) model based on a peer-to-peer network

For more details about the **Quilibrium** please check:

* Whitepaper: <https://quilibrium.com/quilibrium.pdf>
* Documentation: <https://docs.quilibrium.com/>

## Download Qrim Wallet

You can easily download and start using our wallet through the following options:

* **Official Website:**&#x56;isit [wallet.qrim.io](https://wallet.qrim.io/) and click on the download button
* **Google Web Store:**&#x44;irectly access our wallet from the official Google Web Store link provided here <https://chromewebstore.google.com/detail/qrim-wallet-quilibrium/dlpbechjppkpohapcpbecknpegffnhdo?hl=en-US&utm_source=ext_sidebar>

## Experience Qrim Bridge

Easily bridge your $QUIL(Quilibrium network) to $wQUIL(Ethereum)

* Start your cross-chain experience here -> <https://wallet.qrim.io/bridge>

***

This document is intended for Qrim Wallet users and developers building applications with Qrim Wallet.If you are a developer looking for help with an integration, please join our [developer forum](https://discord.com/invite/GnCUxZg6Vb)


---

# 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://qrim.gitbook.io/qrim/home/introduction.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.
