> For the complete documentation index, see [llms.txt](https://guida-2.gitbook.io/guida-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guida-2.gitbook.io/guida-docs/features/strategy-library.md).

# Strategy Library

The strategy library is where you discover ready-made strategies, adapt them to your goals, and — in time — share your own and learn from the community. It turns strategy-building from a blank page into a starting point.

> Parts of the library and community features roll out across releases. See the [Roadmap](/guida-docs/reference/roadmap.md) for what's live now and what's coming.

## Templates: never start from a blank page

Guida ships with a curated set of **strategy templates** covering the most common, time-tested approaches:

* **Dollar-cost averaging** — steady, disciplined accumulation.
* **Dip-buying** — add to positions on sharp declines.
* **Profit-taking ladders** — sell in stages as an asset climbs.
* **Range and trend strategies** — trade around support and resistance, or follow momentum.

Pick one, adjust a few numbers to fit your goals and risk tolerance, test it, and deploy. It's the fastest way to go from idea to running strategy — and a great way to learn by example. You'll find worked versions in the [Strategy Cookbook](/guida-docs/guides/cookbook.md).

## Copy proven strategies *(coming soon)*

Beyond templates, the library is being built into a place to discover strategies that others have created and to **copy them in one click**. Instead of designing everything yourself, you'll be able to stand on the shoulders of strategists whose ideas have a track record.

## Share and build a reputation *(coming soon)*

For those who love designing strategies, the library is being built to let you **publish your own** and build a reputation based on **verified performance** — not hype or follower counts, but results that can actually be measured. The aim is a community where good strategy is recognized on its merits.

## Why this matters

* **Lower the barrier.** Newcomers get proven starting points instead of a blank canvas.
* **Learn by example.** Seeing how effective strategies are constructed is one of the best ways to improve.
* **Reward real skill.** A marketplace built on verified results — rather than popularity — aligns rewards with genuine value.

The details of how creators are recognized and rewarded are part of Guida's broader [Ecosystem](/guida-docs/reference/ecosystem.md) plans.

***

**Related:** [Strategy Cookbook](/guida-docs/guides/cookbook.md) · [Ecosystem](/guida-docs/reference/ecosystem.md) · [Roadmap](/guida-docs/reference/roadmap.md)


---

# 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://guida-2.gitbook.io/guida-docs/features/strategy-library.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.
