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

# Stacking Strategies

### Public Pools Strategy v1

With the Public Pools Strategy, LISA delegates stacking to public stacking pools. Currently, the strategy uses&#x20;

* [FAST Pool](https://fastpool.org) by Ryder
* [Xverse Pool](https://pool.xverse.app)

An authorized strategy manager is allowed to transfer STX between LISA's vault and the strategy. The strategy consists of 20 contracts that act as pool members of one of the public pools. The strategy manager distributes the funds to the pool members and manages their delegation to the pools.&#x20;

Currently, authorized strategy managers are

* 'SM26NBC8SFHNW4P1Y4DFH27974P56WN86C92HPEHH
* 'SP2G5X5HCJW31Q3Z71XGPV5S8FNBZMWW7PK45ZWG8


---

# 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:

```
GET https://docs.lisalab.io/governance/stacking-strategies.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.
