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

# Rimplenet Wallet Addons

{% hint style="info" %}
Welcome to the section on Rimplenet Wallet Addons!
{% endhint %}

Rimplenet provides several wallet addons that can be used to extend the functionality of its E-wallet system. These Addons offer additional features such as MLM, matrix, and investment functionalities, enabling users to create more complex financial systems that can handle various transactions and payment structures.

**WHY RIMPLENET WALLET ADDONS?**

Overall, these wallet addons provide additional functionality and flexibility to Rimplenet's E-wallet system, allowing users to perform a wider range of transactions and enabling developers to create more sophisticated financial systems.

Here are the articles in this section:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="https://app.gitbook.com/o/R513rsYWOfiNMsjUBvRT/s/7JIpLqKhRBG4JpKts9Pc/reverse-transactions">Reverse Transactions</a></td><td><a href="/pages/p3hoFHMJPua1bTb1Atvn">/pages/p3hoFHMJPua1bTb1Atvn</a></td></tr><tr><td><a href="https://app.gitbook.com/o/R513rsYWOfiNMsjUBvRT/s/7JIpLqKhRBG4JpKts9Pc/swap">Swap</a></td><td><a href="/pages/8ke3YlHfldUOiSe1HcuX">/pages/8ke3YlHfldUOiSe1HcuX</a></td></tr><tr><td><a href="https://app.gitbook.com/o/R513rsYWOfiNMsjUBvRT/s/7JIpLqKhRBG4JpKts9Pc/amount-converter">Amount Converter</a></td><td><a href="/pages/tfzi9WxLcWMt4o8nvRHW">/pages/tfzi9WxLcWMt4o8nvRHW</a></td></tr><tr><td><a href="https://app.gitbook.com/o/R513rsYWOfiNMsjUBvRT/s/7JIpLqKhRBG4JpKts9Pc/statistics">Statistics</a></td><td><a href="/pages/0OuvEYGz1VxpmatDf30g">/pages/0OuvEYGz1VxpmatDf30g</a></td></tr><tr><td><a href="https://app.gitbook.com/o/R513rsYWOfiNMsjUBvRT/s/7JIpLqKhRBG4JpKts9Pc/external-credit">External Credit</a></td><td><a href="/pages/z1hY3wRi0FNs31xQMHSq">/pages/z1hY3wRi0FNs31xQMHSq</a></td></tr><tr><td><a href="https://app.gitbook.com/o/R513rsYWOfiNMsjUBvRT/s/7JIpLqKhRBG4JpKts9Pc/external-debit">External Debit</a></td><td><a href="/pages/s8TLqNg83v4enEam33A1">/pages/s8TLqNg83v4enEam33A1</a></td></tr></tbody></table>


---

# 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://rimplenet.gitbook.io/rimplenet-wallet-addon/rimplenet-wallet-addons.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.
