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

# Yield Strategies

Pillar DAO maximizes stablecoin returns through market-neutral farming strategies while maintaining low risk. These strategies are carefully selected to optimize capital efficiency while ensuring security and sustainability.

#### Key Yield Strategies:

1. **Stablecoin Lending:** pUSD collateral is deployed across lending platforms such as **Morpho and Aave** to earn interest. Whitelisted lending platforms are carefully vetted based on **historical security, performance, collateral types, and risk parameters** to ensure stable and predictable returns.
2. **Liquidity Provision:** pUSD is supplied to **automated market makers (AMMs)** such as **Shadow** to generate returns from trading fees and emissions. The protocol strategically allocates liquidity to pools with the highest efficiency, balancing yield potential with impermanent loss mitigation.
3. **Delta-Neutral Farming:** Pillar DAO employs hedged strategies that eliminate directional market risk while maximizing yield opportunities. These strategies may include **long-short arbitrage positions, leveraged yield farming with stable assets, and market-making strategies** that take advantage of volatility without exposure to asset price fluctuations.
4. **Cross-Chain Arbitrage:** Pillar DAO identifies **pricing inefficiencies between blockchains** and strategically deploys capital to capture arbitrage opportunities. The protocol utilizes **bridging solutions and automated arbitrage execution** to ensure efficient yield extraction across supported networks.


---

# 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://pillar-dao.gitbook.io/pillar-dao-docs/strategies/yield-strategies.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.
