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

# FAQ

<details>

<summary>What is Moni?</summary>

Moni — Smart money intelligence + trading wallet, everywhere you already trade.\
Smart money wallets, social signals, and one-click trades, overlaid on X, Axiom, GMGN, Photon, BullX, Solscan, DexScreener, and Terminal.

Shipping since 2020. 7,500+ active traders. 15,000 smart accounts and 60,000+ wallet tags, all hand-curated by our team over 5 years. Backed by founders of 1inch, Synthetix, 3commas, Infinex, Incrypted, and cp0x.

</details>

<details>

<summary>How secure is Moni?</summary>

Moni is open-source. The extension follows Manifest V3 and uses a minimal set of browser permissions. Private keys are never stored by Moni or the extension; transaction signing is handled by external certified providers. Server-side infrastructure uses role-based access control, encrypted backups, and full audit logging of privileged operations.

<a href="/pages/o9OD9DtwB9WBvEqhZO6H" class="button secondary" data-icon="shield-keyhole">Trust & Security</a>

</details>

<details>

<summary>How to I get an invite code?</summary>

Trading is currently in closed beta. After installing the extension and signing in with Google, request an invite code in our Telegram group. Once received, enter it in the Activation field to unlock trading.

<a href="https://t.me/+-7vxrbtUiuw3NDVi" class="button secondary" data-icon="telegram">Our Telegram Group</a>

</details>

<details>

<summary>What blockchains does Moni support?</summary>

Currently Solana and Ethereum.

</details>

<details>

<summary>How can I audit it?</summary>

The extension source code is publicly available on GitHub. Every release includes a published build bundle, package file, and checksum, so you can reproduce the build from source and verify it matches the distributed version. You can also feed the codebase to any AI model or use DeepWiki for automated analysis.

<a href="https://github.com/Moni-Labs/Moni-Extension" class="button secondary" data-icon="github">Github </a><a href="https://deepwiki.com/Moni-Labs/Moni-Extension" class="button secondary" data-icon="wikipedia-w">DeepWiki</a>

</details>

<details>

<summary>How do I find my Moni Extension version?</summary>

Open `chrome://extensions/`, find Moni, and the version number is shown right under the name.

</details>

<details>

<summary>How do I update the Moni Extension?</summary>

Chrome usually updates extensions automatically within 24 hours of a new release. To force-update:\
1\. Open `chrome://extensions/`.\
2\. Toggle on Developer mode (top right).\
3\. Click Update at the top.

</details>

<details>

<summary>Where are my private keys stored?</summary>

Wallets created in Moni are powered by [Turnkey](https://www.turnkey.com/), an audited wallet infrastructure provider. Private keys are generated and secured by Turnkey's HSM infrastructure — Moni's extension and servers never have access to your keys.

You can export your private key at any time from the wallet menu.

</details>

<details>

<summary>What's the trading fee?</summary>

A flat **0.1%** per transaction — up to 90% lower than platforms like Axiom, GMGN, or BullX. With cashback tiers, your effective fee can be even lower.

This is separate from Solana network fees (priority fees, base fees), which go to the network and not to Moni.

</details>


---

# 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://moni-ai.gitbook.io/moni/faq.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.
