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

# Overview

PiggyBank USDC (pbUSDC) is a yield bearing stablecoin providing exposure to a diverse allocation of delta neutral strategies. While a lot of other protocols rely exclusively on positive funding rate arbitrage, pbUSDC distributes yield from multiple independent revenue streams.

This diversified architecture reduces dependence on any single market condition and supports more consistent yield generation across cycles.

## Delta neutral strategies

### Perpetual Long/Short

* Long Perp / Short Perp
* Based on funding-rate arbitrage
* Executed across \~10 perpetual DEXs
* Underlying: Crypto majors (BTC, ETH, SOL, etc.) and Tokenized stocks (SPYx, TSLAx, etc.)
* Controlled average leverage, \~5x max

### Basis Trade

* Long Spot / Short Perp
* Based on Short funding-rate capture
* Executed across \~10 perpetual DEXs
* Underlying: Mid-cap Tokens and tokenized stocks
* Leverage  < 1

### PT Rate Arbitrage

* Cross-venue and cross-token PT price arbitrage at close maturity.
* Executed across \~5 yield trading platforms
* Underlying: Large-cap stablecoins with thorough due diligence on strategy transparency

## Edge

Our alpha is driven both by our team’s quantitative experience and by the trading infrastructure we have developed over the years, which is structured around three core modules:

* A decision engine identifying opportunities returning target positions
* An execution engine entering positions that optimizes entry costs by prioritizing maker execution while maintaining delta neutrality.
* A risk management engine continuously monitoring key metrics and mitigating risk (see [Risk Management](/docs/usdc-yield/risk-management.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://piggybank.gitbook.io/docs/usdc-yield/overview.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.
