> For the complete documentation index, see [llms.txt](https://automated-tools.gitbook.io/polysnipes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://automated-tools.gitbook.io/polysnipes/welcome-to-polysnipes.md).

# Welcome to Polysnipes!

An advanced automated trading bot designed to replicate the positions of a chosen Polymarket trader. It continuously tracks a target wallet and mirrors trades in real time, with flexible risk controls to tailor exposure and strategy.

<figure><img src="/files/mFz4fPhESC4aM1edx4Ov" alt=""><figcaption></figcaption></figure>

### Workflow

1. **Monitor** – Continuously checks the target wallet’s positions at regular intervals.
2. **Compare** – Evaluates differences between the target’s portfolio and your own.
3. **Execute** – Automatically places buy or sell orders to align your positions with the target trader.
4. **Redeem** – Periodically redeems resolved markets to keep your balance updated.
5. **Protect** – Applies position limits and portfolio constraints to safeguard your capital.

### Features

* **Fully Automated Execution** – Runs independently with no manual input required; trades are mirrored seamlessly in real time.
* **Instant Position Mirroring** – Replicates trades from your chosen wallet in real time.
* **Built‑In Risk Controls** – Enforces position size limits and portfolio caps to prevent overexposure.
* **Gas Efficiency** – Dynamically manages gas prices for cost‑effective transactions.
* **Secure Wallet Integration** – Supports safe wallet setups; requires a Polyaccount linked to third‑party wallets like MetaMask or Phantom.


---

# 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://automated-tools.gitbook.io/polysnipes/welcome-to-polysnipes.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.
