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

# Admin dashboard

Admin features are available when your Telegram user ID is listed in `ADMIN_USER_IDS`.

## Access

The main menu appends admin-only rows for authorized users. See [Admin commands reference](/admin/commands-reference.md) for the full button and command list.

## Admin Stats

Onboarding funnel and usage metrics:

* Total users, wallets configured
* Recent activity counts

## Manage Fees

| Setting           | Description                |
| ----------------- | -------------------------- |
| Global fee toggle | Enable/disable service fee |
| Fee recipient     | Treasury wallet address    |
| Buy/sell fee %    | Per-side fee rates         |

Shortcut: **💰 Fee Control** on main menu.

## RPC Cockpit

* View current RPC URL
* Hot-swap RPC without restart (writes to `global_config`)
* Failover status

Shortcut: **⚡ RPC Cockpit** on main menu.

## Infrastructure

Configure runtime settings stored in DB:

* Jupiter API URL
* Helius API key
* Priority fee provider
* TG Sniper parameters

Shortcut: **⚙️ Infrastructure** on main menu.

## Partners

Manage partner channel mappings:

```
/addpartner {channel_id} {ref_code}
/removepartner {channel_id}
```

Shortcut: **🤝 Partners** on main menu.

## TG Sniper Dashboard

Configure Telegram group sniper—see [TG CA Sniper](/admin/tg-sniper.md).

## Relay and Calls

| Feature             | Doc                                                               |
| ------------------- | ----------------------------------------------------------------- |
| Call mirror relay   | [Call relay](/admin/call-relay.md)                                |
| War Room funnel CTA | [Leaderboard and tournament](/features/leaderboard-tournament.md) |

Shortcuts: **📡 Relay**, **📞 Calls**.

## Project Buy Bot

Track per-group project CAs and buy alerts — [Project Buy Bot](/admin/project-buy-bot.md).

## Treasury

Fee vault, promo grants, auto-sweep — [Treasury and auto-sweep](/admin/treasury.md).

Shortcuts: **🏦 Configure Treasury**, **🧧 Grant Promo**.

## Operations

| Action                    | Purpose                                   |
| ------------------------- | ----------------------------------------- |
| Hard Reboot               | Restart process tree via `restart_bot.py` |
| Clear Cache               | Flush blockhash / infra cache             |
| View Logs                 | Recent `bot.log` excerpt                  |
| Fetch Live On-Chain Stats | Refresh on-chain metrics                  |
| Revert PnL Theme          | Reset PnL card branding                   |
| Push Dev Update           | Broadcast dev message to users            |

## Leaderboard broadcast test

Trigger one-shot community leaderboard post (`/force_leaderboard` or admin test buttons) to verify tournament copy and CTA button.

## Security

Admin commands are rejected for non-admin users. Admin actions are logged to `bot.log` and `security.log`. See [Maintenance mode](/for-operators/maintenance-mode.md).

## Related

* [Admin commands reference](/admin/commands-reference.md)
* [Infrastructure and RPC](/admin/infrastructure.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.hipersnipe.com/admin/admin-dashboard.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.
