# Nymbot knowledge base

Nymbot is a private AI assistant. Every message is end-to-end encrypted, every reply is paid for in Bitcoin, and there is no account to make — a key on your device is the whole of it.

## What Nymbot is

An assistant you talk to the way you would talk to a person in a messenger. You open a conversation, you type, it answers. What is different is underneath.

- **There is no sign-up.** A keypair is generated on your device, or you bring one you already have. That key is your identity, your history and your balance.
- **Messages are end-to-end encrypted.** Your question and its answer travel as [gift-wrapped](https://nymbot.ai/docs/encryption/#gift-wraps) Nostr events, sealed to keys only the two ends hold, with a [post-quantum](https://nymbot.ai/docs/encryption/#post-quantum) layer over the classical one.
- **Replies are paid for in sats.** No subscription, no card, no invoice with your name on it. You buy [credits](https://nymbot.ai/docs/credits/) over Lightning and spend them a reply at a time.
- **It can stop knowing who you are.** [Anonymous mode](https://nymbot.ai/docs/anonymous/) moves the whole conversation onto a throwaway key and moves your credits across as blind vouchers, so the server bills a message it cannot attribute.

Under the hood it is the same assistant that lives inside [Nymchat](https://nymchat.app), running on the same infrastructure and the same key. Buy credits in one, spend them in the other.

## How to read this

The nav on the left is the whole knowledge base, and the search box at the top filters it by heading, so you can jump straight at a term you half remember.

If you have not used Nymbot yet, [Getting started](https://nymbot.ai/docs/getting-started/) is five minutes and covers everything you need to send a first message. If you have, the pages you are most likely to want are [Credits and pricing](https://nymbot.ai/docs/credits/), [Models and routing](https://nymbot.ai/docs/models/) and the [command reference](https://nymbot.ai/docs/commands/).

Every page also exists as markdown — add `.md` to its address — and the whole site is summarised for agents at [/llms.txt](https://nymbot.ai/llms.txt).

## The short version

| You want to | Do this |
| --- | --- |
| Start talking | Open [the app](https://nymbot.ai/app) and type. A key is made for you. |
| Start a fresh subject | New chat. Each one is its own thread with its own [title](https://nymbot.ai/docs/chats/#titles). |
| Top up | `?buy`, or the **Buy** button in the toolbar. |
| Use a specific frontier model | `?model`, or the model chip in the toolbar. |
| Work in your code | `?git` — see [the repository page](https://nymbot.ai/docs/git/). |
| Make a picture | `?image a lighthouse at dusk` |
| Hide your nym from the server | `?anon` — see [anonymous mode](https://nymbot.ai/docs/anonymous/). |
| Check what you have left | `?balance` |
