# Contract Pasting

{% hint style="info" %}
Pasting any contract into your BitBullBot will automatically retrieve all relevant token information.

Below the retrieved token information, the Buy/Sell menu, inheriting your settings from '**⚙️** [**New Wallet**](https://bitbull-bot.gitbook.io/bitbull-bot/bitbull-telegram-bot/bitbull-wallet/new-wallet-settings)', will appear.&#x20;

For a detailed tutorial on Buying and Selling through BitBullBot, please check the "[**Transfer Crypto / Token**](https://bitbull-bot.gitbook.io/bitbull-bot/bitbull-telegram-bot/bitbull-wallet/transfer-crypto-tokens)' section in our help center.
{% endhint %}

### Details Fetched

Upon each paste, BitBull will retrieve the following information:

**📄 CA** - The contract address of the pasted token.\
**🌊 LP** - The largest liquidity pool found for the token.\
**👀 Views** - The number of times the token has been viewed in BitBullBot.\
**🕒 Last Checked** - The last paste of the token in BitBullBot.\
**💰 Balance** - The amount of tokens you own in the selected wallet.\
**💰 Balance Ξ** - The amount of ETH in the selected wallet. \
\&#xNAN;**⛽️ Chain Gas** - The current on-chain gwei price.\
**💱 TX Fees** - The current cost of a transaction on the selected chain.\
**📈 Market Cap** - The current market cap of the pasted token..\
**🏊‍♀️ Pooled Token1** - The amount of pooled ETH for the pair.\
**🏊‍♀️ Pooled Token2** - The amount of pooled tokens for the pair.\
**💧 Liquidity** - The liquidity % of the pair.\
Ⓜ️ Max Wallet - Maximum tokens a wallet can hold\
🅱️ Max Buy - Maximum amount of tokens that can be bought in a single transaction. \
🏷️ Max Sell - The maximum amount of tokens that can be sold in a single transaction. \
**💸 Token Tax** - The CA's token tax (if applicable).

### Pasting Links

BitBullBot can also identify contract addresses from links pasted into the bot.


---

# 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://bitbull-bot.gitbook.io/bitbull-bot/bitbull-telegram-bot/contract-pasting.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.
