# Crypto Tools

***

### Price & Market Data

#### <mark style="color:blue;">/sol</mark> <mark style="color:$success;">(All Users)</mark>

`/sol`

Get the current SOL/USD price from PumpFun API.

***

#### <mark style="color:blue;">/mcap</mark> <mark style="color:$success;">(All Users)</mark>

`/mcap | /mcap [contract_address]`

Get market cap and holder count for a token. Without argument, uses the group's set CA. Supports Solana, Ethereum, TON, and BSC tokens.

***

#### <mark style="color:blue;">/ca</mark> <mark style="color:red;">(Admin)</mark>

`/ca [contract_address] | /ca`

Set or display the group's contract address. When set, enables various crypto features like /mcap without arguments.

***

### Voting & Trending

#### <mark style="color:blue;">/voteall</mark> <mark style="color:$success;">(All Users)</mark>

`/voteall`

Display all available voting buttons for the group's token. Automatically detects which buy bots are installed (Skeleton, Major, WTF, etc.) and shows relevant voting links.

***

#### <mark style="color:blue;">/rankboost</mark> <mark style="color:red;">(Admin)</mark>

`/rankboost`

Start a community-funded rank boost campaign for DEX trending.

***

#### <mark style="color:blue;">/volumeboost</mark> <mark style="color:red;">(Admin)</mark>

`/volumeboost`

Start a community-funded volume boost campaign.

***

#### <mark style="color:blue;">/bumpbot</mark> <mark style="color:red;">(Admin)</mark>&#x20;

`/bumpbot`

Start a FREE PumpFun bump bot campaign.

***

#### <mark style="color:blue;">/stoprankboost</mark> <mark style="color:red;">(Admin)</mark>

`/stoprankboost`

Stop an active rank boost campaign. Donated SOL will be refunded.

***

#### <mark style="color:blue;">/stopvolumeboost</mark> <mark style="color:red;">(Admin)</mark>&#x20;

`/stopvolumeboost`

Stop an active volume boost campaign. Donated SOL will be refunded.

***

#### <mark style="color:blue;">/stopbumpbot</mark> <mark style="color:red;">(Admin)</mark>

`/stopbumpbot`

Stop an active bump bot campaign.

***

### Bot Integration

#### <mark style="color:blue;">/buybot</mark> <mark style="color:$success;">(All Users)</mark>

`/buybot`

Get instructions for adding the Skeleton Price Bot (@skeletonpricebot) to your group.

***

#### <mark style="color:blue;">/raidbot</mark> <mark style="color:$success;">(All Users)</mark>

`/raidbot`

Get instructions for adding the Freya Raid Bot (@Freya\_raid\_bot) to your group.

***


---

# 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.odin.tools/tools/heimdall-protection-bot/crypto-tools.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.
