> For the complete documentation index, see [llms.txt](https://docs.madhousewallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.madhousewallet.com/quickstart/dashboard.md).

# Dashboard

The Madhouse Wallet partner dashboard is available at [business.madhousewallet.com](https://business.madhousewallet.com). It provides a UI for everything you can do via the API, plus tools for managing your integration.

***

## Recipients

The **Payouts** section lists all recipients you have created. From here you can:

* **Add a recipient** — dynamic form that adapts to the selected currency, showing only the fields required for that rail (routing number, IBAN, sort code, UPI handle, CLABE, etc.)
* **Search and filter** — find recipients by name or currency
* **Delete a recipient** — blocked with a confirmation if a transfer is in progress

***

## Transfer History

The **Transfer History** tab shows all past and in-progress transfers with:

* Amount, currency, and recipient
* Current status with timeline
* On-chain transaction hash (once USDC is confirmed)
* Timestamps for each status transition

***

## API Keys

Navigate to **Developers → API Keys** to manage your integration credentials.

| Action             | Notes                                                                         |
| ------------------ | ----------------------------------------------------------------------------- |
| **Create key**     | Up to 5 keys per account. Full key shown once — copy immediately              |
| **Rename key**     | Label keys by environment or integration (`prod`, `staging`, etc.)            |
| **Revoke key**     | Immediate effect — in-flight requests using that key will fail                |
| **IP restriction** | Lock a key to a single IPv4 address. All requests from other IPs return `403` |

Keys follow the format `mw_live_<keyId>_<secret>`. Rate limits are per key — each key has its own quota.

***

## Interactive API Docs

The **Developers → API Docs** section at [developer.madhousewallet.com](https://developer.madhousewallet.com) provides:

* Live "Try It" panels for every endpoint
* Enter your API key once at the top — it applies to all requests
* Real responses from the production API
* cURL examples with one-click copy

***

## Fee Display

The dashboard shows your current fee structure on the Send Money modal:

* Transaction fee (fixed)
* Platform fee (percentage)
* Settlement fee (variable by rail)
* Exchange rate and estimated receive amount

Enterprise accounts with custom fee overrides see their discounted rates labeled in the UI.

***

## Account Settings

* **Developer settings** — configure IP restriction for API keys
* **Passkey management** — add, rename, or remove authentication passkeys
* **Theme** — light/dark mode toggle
