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

# Welcome

These docs are intended for developers who are interfacing with or building on top of WOOFi. Whether you're a trade aggregator, yield aggregator, trader, liquidity provider, founder, web dev, arbitrageur, AMM designer, mathematician, or curious individual, this is the place for you.

## Guides

* [Integrate WOOFI as a liquidity source](/woofi-docs/woofi-dev-docs/guides/integrate-woofi-as-liquidity-source.md)
* [Become a WOOFi broker](/woofi-docs/woofi-dev-docs/guides/become-a-woofi-broker.md)

## References

* [Contract addresses](/woofi-docs/woofi-dev-docs/references/readme.md)
* [Data APIs](/woofi-docs/woofi-dev-docs/references/apis.md)

## Resources

* [Product overview](https://learn.woo.org/woofi/intro)
* [The math behind sPMM](/woofi-docs/woofi-dev-docs/resources/the-math-behind-spmm.md)
* [Smart contract architecture](/woofi-docs/woofi-dev-docs/resources/resources.md)
* [On-chain price feeds](/woofi-docs/woofi-dev-docs/resources/on-chain-price-feeds.md)
* [Audits](https://learn.woo.org/woofi/audits)

## Can't find something?

If you're having trouble finding the answer to your question, ask for help in the `#developer` channel of the [WOO Discord](https://discord.com/invite/woonetwork). Notice something missing? You can contribute to [these docs](https://github.com/woonetwork/docs)!


---

# 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://learn.woo.org/woofi-docs/woofi-dev-docs/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.
