> For the complete documentation index, see [llms.txt](https://docs.bullpen.fi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bullpen.fi/about-bullpen/readme.md).

# Welcome

Welcome to Bullpen's official documentation.

Bullpen is a non-custodial trading terminal for onchain markets. Trade prediction markets on Polymarket, perps on Hyperliquid, and spot assets across Solana from one interface.

Self-custody only. Your keys, your coins.

<figure><img src="https://1516395263-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FbzJ8lSzHNEeG7yJBHqHR%2Fuploads%2FMsvwxzYYTQbzzAmVqczV%2Fbullpen.fi.png?alt=media&amp;token=f0a58550-3a1b-44c6-92cf-cf3f030c63ac" alt=""><figcaption></figcaption></figure>

## What You Can Do

* **Prediction Markets**: Trade Polymarket events with real-time pricing and flexible order entry.
* **Copy Trading**: Mirror positions from profitable Polymarket wallets.
* **Smart Money**: Track top wallets, convergence signals, and trade alerts.
* **Perpetuals**: Access all Hyperliquid perp markets with TP/SL, TWAP, and advanced order types.
* **Spot**: Trade Hyperliquid spot markets and any Solana token through Jupiter Ultra.
* **CLI**: Trade Polymarket from your terminal with AI agent support.

## Quick Links

* [Create an Account](/getting-started/creating-an-account.md)
* [Prediction Markets Overview](/prediction-markets/overview.md)
* [Trading Overview](/trading/overview.md)
* [Smart Money Overview](/smart-money/overview.md)
* [Bullpen CLI](/bullpen-cli/overview.md)
* [Trade Routing](/execution/trade-routing.md)

## Platform Access

Bullpen is available at [app.bullpen.fi](https://app.bullpen.fi) on desktop browsers and as a mobile web app.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.bullpen.fi/about-bullpen/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
