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

# Products

- [Decentralized Short-term U.S. Treasury Bill Token Fund (dSTBT)](https://little-frog.gitbook.io/little-frog/products/decentralized-short-term-u.s.-treasury-bill-token-fund-dstbt.md)
- [One-Pager](https://little-frog.gitbook.io/little-frog/products/decentralized-short-term-u.s.-treasury-bill-token-fund-dstbt/one-pager.md)
- [Product Flowchart](https://little-frog.gitbook.io/little-frog/products/decentralized-short-term-u.s.-treasury-bill-token-fund-dstbt/product-flowchart.md)
- [Open-end Decentralized Short-term U.S. Treasury Bill Token Fund](https://little-frog.gitbook.io/little-frog/products/open-end-decentralized-short-term-u.s.-treasury-bill-token-fund.md)
- [Product Flowchart](https://little-frog.gitbook.io/little-frog/products/open-end-decentralized-short-term-u.s.-treasury-bill-token-fund/product-flowchart.md)
- [Enhanced Decentralized Short-term U.S. Treasury Bill Token Fund](https://little-frog.gitbook.io/little-frog/products/enhanced-decentralized-short-term-u.s.-treasury-bill-token-fund.md)
- [3x ETH Staking ETF](https://little-frog.gitbook.io/little-frog/products/3x-eth-staking-etf.md)
- [One-Pager](https://little-frog.gitbook.io/little-frog/products/3x-eth-staking-etf/one-pager.md)
- [Product Flowchart](https://little-frog.gitbook.io/little-frog/products/3x-eth-staking-etf/product-flowchart.md)
- [Semi Open-end 3x ETH Staking ETF (soETH)](https://little-frog.gitbook.io/little-frog/products/semi-open-end-3x-eth-staking-etf-soeth.md)
- [Product Flowchart](https://little-frog.gitbook.io/little-frog/products/semi-open-end-3x-eth-staking-etf-soeth/product-flowchart.md)
- [Ether.fi ETH Restaking Fund I(3x Points)](https://little-frog.gitbook.io/little-frog/products/ether.fi-eth-restaking-fund-i-3x-points.md)
- [Product Flowchart](https://little-frog.gitbook.io/little-frog/products/ether.fi-eth-restaking-fund-i-3x-points/product-flowchart.md)
- [DeSyn ETH Restaking Fund I (3x Points)](https://little-frog.gitbook.io/little-frog/products/desyn-eth-restaking-fund-i-3x-points.md)
- [Product Flowchart](https://little-frog.gitbook.io/little-frog/products/desyn-eth-restaking-fund-i-3x-points/product-flowchart.md)
- [Swell ETH Restaking Fund I (3X Points)](https://little-frog.gitbook.io/little-frog/products/swell-eth-restaking-fund-i-3x-points.md)
- [Product Flowchart](https://little-frog.gitbook.io/little-frog/products/swell-eth-restaking-fund-i-3x-points/product-flowchart.md)
- [Kelp DAO ETH Restaking Fund I (3x Points)](https://little-frog.gitbook.io/little-frog/products/kelp-dao-eth-restaking-fund-i-3x-points.md)
- [Puffer ETH Restaking Fund I(3x Points)](https://little-frog.gitbook.io/little-frog/products/puffer-eth-restaking-fund-i-3x-points.md)
- [Product Flowchart](https://little-frog.gitbook.io/little-frog/products/puffer-eth-restaking-fund-i-3x-points/product-flowchart.md)
- [Eigenpie Mantle ETH Restaking Fund (4x Points)](https://little-frog.gitbook.io/little-frog/products/eigenpie-mantle-eth-restaking-fund-4x-points.md)
- [Eigenpie Lido ETH Restaking Fund (4x Points)](https://little-frog.gitbook.io/little-frog/products/eigenpie-lido-eth-restaking-fund-4x-points.md)
- [Eigenpie Swell Restaking Fund (5x Points)](https://little-frog.gitbook.io/little-frog/products/eigenpie-swell-restaking-fund-5x-points.md)
- [Eigenpie Binance ETH Restaking Fund (4x Points)](https://little-frog.gitbook.io/little-frog/products/eigenpie-binance-eth-restaking-fund-4x-points.md)
- [StakeStone Deposit Fund I ( 2x Points)](https://little-frog.gitbook.io/little-frog/products/stakestone-deposit-fund-i-2x-points.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://little-frog.gitbook.io/little-frog/products.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.
