# Quickstart

Quickstart helps users choose the right BullNBear setup path depending on how they want to use the platform.

BullNBear can be used by both traders and developers. Traders can connect, create wallets, fund them, and start trading. Developers can use BullNBear to launch coins directly through the Create section.

***

### Choose Your Path

#### For Traders

Use this guide if you want to trade on BullNBear.

You will learn how to:

* Connect with Wallet Extension or Telegram
* Access your BullNBear trading wallet
* Open Portfolio
* Deposit funds
* Create or import wallets
* Start trading through The Terminal, Trending, or Token Pages

Open For Traders

***

#### For Devs

Use this guide if you want to launch a coin on BullNBear.

You will learn how to:

* Connect with your wallet extension
* Open the Create page
* Fill out token details
* Pay the launch fee
* Choose an initial buy amount
* Sign the transaction
* Find your created token under Portfolio → Creations

Open For Devs

***

### Important Before You Start

{% hint style="warning" %}
Always use official BullNBear links only. BullNBear team members will never ask for your private key, seed phrase, or recovery phrase.
{% endhint %}

{% hint style="info" %}
For trading, users can use BullNBear-created wallets. For launching coins, token creation currently works only with the connected wallet from your wallet extension.
{% 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/start-here/quickstart.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.
