> For the complete documentation index, see [llms.txt](https://docs.mansafi.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mansafi.xyz/start-here/readme.md).

# Introduction

**Confidential money for people and the software that works for them. Self-custodied, settled on Robinhood Chain, with amounts that stay between the two parties involved.**

***

Two models dominate how value moves today, and neither one is comfortable. A bank keeps your ledger secret from the world and wide open to itself, its processors, and whoever it sells the pattern to. A public blockchain does the reverse: perfect auditability, zero discretion, your payroll legible to any stranger with an RPC endpoint.

MansaFi refuses the choice. Payments land on Robinhood Chain where the network can confirm they happened, while the figures involved stay encrypted end to end. Counterparties are legible. Sums are not. And the key that unlocks your own numbers never leaves the device in your hand.

The same account holds a freelancer collecting USDG on a Tuesday afternoon and a research agent paying eleven cents for an inference call at 4am. Software gets a real wallet here, bounded by limits its owner writes, reporting into the same activity feed as everything else.

***

## Against the alternatives

|                     | MansaFi                             | Ordinary crypto wallet           | Retail bank                                     |
| ------------------- | ----------------------------------- | -------------------------------- | ----------------------------------------------- |
| Amount visibility   | Ciphertext on-chain                 | Plaintext, permanently           | Private from outsiders, open to the institution |
| Who holds keys      | You, on your hardware               | You                              | The bank                                        |
| Time to finality    | Under a second                      | Under a second                   | Days                                            |
| Software principals | Native wallets with enforced limits | An API bolted to a human account | Not a concept                                   |
| Disclosure          | Per-transaction proofs you issue    | Nothing to disclose; all public  | Institution decides                             |
| Getting started     | A passkey and an ID check           | Twelve words on paper            | Application, then wait                          |

***

## The chain underneath

MansaFi deploys its own confidential token contracts to Robinhood Chain, the AI-native Ethereum Layer 2 Robinhood operates. Those contracts hold balances as ciphertext and accept transfers accompanied by zero-knowledge proofs, leaving the participating addresses in plain view. With 100ms blocks and rollup economics beneath it, the combination clears a bar no previous chain quite reached: private, instant, self-custodied payments that a normal person can afford to make.

Balances are denominated in USDG, Paxos' Global Dollar issued natively on the chain, with bridged USDC accepted alongside it. A sliver of ETH is kept topped up in the background to pay gas, which is the last you will hear about gas.

***

## Pick a starting point

**Curious how a transfer actually executes?** → [Anatomy of a Transfer](/start-here/anatomy-of-a-transfer.md)

**Here to move your own money?** → [Opening an Account](/everyday-use/opening-an-account.md)

**Putting an autonomous system to work?** → [Agent Wallets](/agents/agent-wallets.md)

**Wiring MansaFi into something you're building?** → [API: Auth & Keys](/api-reference/auth-and-keys.md)

**Want the cryptography, unabridged?** → [Encrypted Amounts](/privacy/encrypted-amounts.md)


---

# 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.mansafi.xyz/start-here/readme.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.
