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

# Live Settings

- [Overview](https://docs.proxima.tools/live-settings/overview.md): The Live page is the central interface for managing a token after launch. It combines real-time charts, wallet management, and execution controls in a single view.
- [Auto-Sell](https://docs.proxima.tools/live-settings/auto-sell.md): Automates sells across your wallets using one or more strategies running in parallel.  Access from Live page (bottom-right) or Funding page (before launch).
- [Auto-Buy](https://docs.proxima.tools/live-settings/auto-buy.md): Automates buys across your wallets using one or more strategies running in parallel.  Access from Live page (bottom-right).
- [Volume Bot](https://docs.proxima.tools/live-settings/volume-bot.md): Generates buy and sell volume on your token over a configured period.
- [Cleanup](https://docs.proxima.tools/live-settings/cleanup.md): Redistributes tokens between wallets by coordinating sell and buy executions in rounds.
- [Send Tokens](https://docs.proxima.tools/live-settings/send-tokens.md): Send tokens to any address with full control over amounts and formatting. You can send tokens to one or multiple recipients at once.
- [Burn Supply](https://docs.proxima.tools/live-settings/burn-supply.md): Burning permanently removes tokens from circulation by sending them to an unspendable address. This is a powerful tool to reduce supply, create scarcity, and reinforce trust with your community.
- [Lock Supply (Via Streamflow)](https://docs.proxima.tools/live-settings/lock-supply-via-streamflow.md): Locking tokens is a strong signal of trust. Use it to show holders you’re committed and to build confidence around your project.
- [P\&L Cards](https://docs.proxima.tools/live-settings/p-and-l-cards.md): Turn your trades into clean, shareable cards perfect for showing gains, documenting losses, or sharing results with your community.
- [Claim Creator Fees](https://docs.proxima.tools/live-settings/claim-creator-fees.md): Claim accumulated creator fees generated by trading activity on your token.
- [Buy](https://docs.proxima.tools/live-settings/buy.md): Execute buy operations from the Live control panel. Toggle to Buy at the top of the panel.
- [Sell](https://docs.proxima.tools/live-settings/sell.md): Execute sell operations from the Live control panel.
- [Update DexScreener](https://docs.proxima.tools/live-settings/update-dexscreener.md): Keep your token page looking sharp and professional by updating your DexScreener metadata directly from the Proxima dashboard.
- [Watchlist / Bookmark](https://docs.proxima.tools/live-settings/watchlist-bookmark.md): Track external wallets across your launches. Tracked wallets appear on the chart as bubbles and in the trade feed under the TRACKED filter.
- [Withdraw](https://docs.proxima.tools/live-settings/withdraw.md): Withdraw SOL from your launch wallets. Two modes available : Simple and Advanced.


---

# 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.proxima.tools/live-settings.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.
