# Safety & Security

Security is one of the most important parts of using BullNBear.

BullNBear gives users tools to connect, trade, create wallets, import/export wallets, and use Telegram login. Because these features involve wallets and on-chain transactions, users should always follow basic safety rules.

***

### Official Links Only

Always make sure you are using the official BullNBear links.

| Type               | Official Link                                    |
| ------------------ | ------------------------------------------------ |
| BullNBear App      | <https://v1.bullandbear.app/>                    |
| Telegram Community | <https://t.me/BullNBearApp>                      |
| Telegram Bot       | [@BullnBearDevBot](https://t.me/BullnBearDevBot) |

{% hint style="danger" %}
Do not connect your wallet through links sent by random users, fake support accounts, or unofficial Telegram messages.
{% endhint %}

***

### Telegram Login Safety

BullNBear supports Telegram connection for users who want to access the platform through Telegram.

The only official BullNBear Telegram bot is:

[**@BullnBearDevBot**](https://t.me/BullnBearDevBot)

When using Telegram login:

* Use only the login link provided by BullNBear
* Do not forward login or verification links
* Do not share wallet-related links with anyone
* Ignore private messages pretending to be support
* Always check the bot username before confirming anything

{% hint style="warning" %}
BullNBear team members will never DM you first and ask you to verify your wallet, share a login link, or send private information.
{% endhint %}

***

### Private Keys & Seed Phrases

Never share your private key, seed phrase, or recovery phrase with anyone.

BullNBear team members will never ask for:

* Private keys
* Seed phrases
* Recovery phrases
* Exported wallet files
* Wallet passwords
* Login verification links

If someone asks for this information, it is a scam.

***

### Wallet Import & Export

BullNBear allows users to import and export wallets.

This is powerful, but it also requires extra caution.

When exporting a wallet:

* Store the information offline or in a secure password manager
* Do not send it through Telegram, Discord, email, or screenshots
* Do not save it in public cloud folders
* Do not share it with team members, developers, or support accounts

{% hint style="danger" %}
Anyone with your private key can control your wallet and move your funds.
{% endhint %}

***

### Trading Safety

Before confirming a trade, always review the details.

Check:

* Token contract
* Wallet selected
* Trade amount
* Slippage
* Gas / Gwei
* MEV settings
* Buy or sell direction
* Token safety data

On-chain transactions cannot be reversed once confirmed.

***

### Token Risk Checks

BullNBear provides token data and safety indicators to help users research tokens before trading.

This may include information such as:

* Honeypot status
* Buy / sell tax
* Liquidity
* Holder concentration
* Top holders
* Renounced status
* Pool information
* Transaction activity

{% hint style="warning" %}
Safety indicators are research tools, not guarantees. Always do your own research before trading any token.
{% endhint %}

***

### Copy Trading Safety

Copy Trade allows users to follow selected traders, but it does not guarantee profit.

Before copying a trader, review:

* Win rate
* PnL
* Trading volume
* Recent transactions
* Holding time
* Risk behavior
* Wallet history

Some traders may change strategy, take higher risks, or use their visibility to their own advantage.

***

### Quick Security Checklist

Before using BullNBear, make sure:

* You are on the official BullNBear website
* You only use the official Telegram bot
* You never share private keys or seed phrases
* Your wallet has only the funds you want to use
* You double-check every transaction before signing
* You review token data before trading
* You do your own research before copying wallets

{% hint style="success" %}
The safest habit is simple: verify the link, verify the wallet, verify the transaction.
{% endhint %}


---

# 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://bullnbear.gitbook.io/trade/bullnbear/safety-and-security.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.
