# Roadmap / Features

## Upcoming / features added since launch

You can check on our [Trello](https://trello.com/b/49q253Uf/bot) page.

## Live

Wallets

* Generate wallets
* Import wallets
* Rename wallets
* Select current wallet
* Customize Multi-wallet
* Delete wallets

Wallet balances

* Show user wallets
* Show balances (per chain)
* Show total balance

Transfer menu

* Native coin transfer
* Token transfers
* Bridge through Houdini
* Offramp for Solana

Config menu

* Select chain
* Edit chain gas price delta
* Edit chain gas limit
* Edit chain slippage
* Auto-approve option
* Anti-rug option
* Shortcut to wallets menu
* Ignore transaction tests option

Contracts

* Paste contracts
* Basic data scanner
* Pair detection
* Best liquidity pair selection
* Price and market cap calculation
* Taxes calculation
* Honeypot checker
* Chart shortcut
* Wallet select shortcut
* Compatibility with V3 routers
* Switch between chains with same CA
* Support for pairs that don't use the native token of the chain

Buy menu

* Spend exact ETH
* Buy exact tokens
* Buy exact % of the supply
* Auto-retry function
* Custom buy buttons

Sell menu

* Approve tokens
* Sell exact tokens
* Sell % of tokens
* Sell for exact ETH
* Sell shortcuts (25%, 50%, 75%, 100%)
* Check tokens held and value

Snipe menu

* Liquidity method sniping
* Custom method ID sniping
* Launch method sniping
* Exact ETH to spend
* Exact tokens to buy
* Exact % of the supply to buy
* Set snipe slippage
* Set snipe gas delta
* Time delay
* Block delay
* Set amount of retries on fail
* Bribes

Trades monitor

* PNL calculation
* After tax calculation
* Multiple monitors
* Switch between monitors
* Refresh and stop
* Chart shortcut
* Sell menu integrated
* Orders menu

Trades monitor orders

* Sell high-low %
* Set sell amount
* Auto buy at mcap/%
* Set buy amount
* Anti-rug

Current snipes menu

* Cancel all snipes

Copy trading

* Copy buys
* Copy sells
* Configuration for all chains
* Copying USDC and native for Solana
* Copying some non-standard routers

Current monitors menu

* Summary of all the active trades
* Display active trades

Token

* Launched
* Dextools updated
* Listed in CoinGecko
* Premium for holders
* Tax reduction for holders
* Revenue share
  * Staking
  * Dapp
  * Bot integration


---

# Agent Instructions: 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:

```
GET https://docs.prodigybot.io/introduction/roadmap-features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
