# 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](https://learn.woo.org/woofi-docs/woofi-dev-docs/guides/integrate-woofi-as-liquidity-source)
* [Become a WOOFi broker](https://learn.woo.org/woofi-docs/woofi-dev-docs/guides/become-a-woofi-broker)

## References

* [Contract addresses](https://learn.woo.org/woofi-docs/woofi-dev-docs/references/readme)
* [Data APIs](https://learn.woo.org/woofi-docs/woofi-dev-docs/references/apis)

## Resources

* [Product overview](https://learn.woo.org/woofi/intro)
* [The math behind sPMM](https://learn.woo.org/woofi-docs/woofi-dev-docs/resources/the-math-behind-spmm)
* [Smart contract architecture](https://learn.woo.org/woofi-docs/woofi-dev-docs/resources/resources)
* [On-chain price feeds](https://learn.woo.org/woofi-docs/woofi-dev-docs/resources/on-chain-price-feeds)
* [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: 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://learn.woo.org/woofi-docs/woofi-dev-docs/readme.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.
