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

# Building Blocks

<figure><img src="/files/UgjuCI1icvvP5HcVhIlT" alt=""><figcaption></figcaption></figure>

Steakhouse Financial's vault strategies are built from four building blocks: Repo, Term, Carry, and Looping. This page segments those strategies along three dimensions (liquidity, risk, and leverage) to show how each building block works and where it sits on the risk spectrum.

* **Liquidity**
  * Instant: deposits are available on-sight
  * Term: deposits are partially invested for a longer period
* **Risk**
  * Prime: solvency risk is mitigated through collateral selection
  * High Yield: higher solvency risk through higher-risk collateral
* **Leverage**
  * No leverage: 1x, i.e. gains and losses track linearly
  * Moderate leverage: 1-2x, i.e. some portion of the equity in a position is borrowed against to magnify gains and losses to a limited degree
  * High leverage: >2x, i.e. a significant portion of the equity in a position is borrowed against to magnify gains and losses to a large degree

From these dimensions, various strategies are possible:

* [**Repo**](/docs/products/stablecoin-products/blocks/repo.md) (overcollateralized lending)
  * Instant liquidity
  * Prime or High Yield risk
  * No Leverage
* [**Term**](/docs/products/stablecoin-products/blocks/term.md) (liquidity is locked for a period)
  * Term liquidity
  * Prime or High Yield
  * Any degree of leverage
* [**Carry**](/docs/products/stablecoin-products/blocks/carry.md) (borrow low lend high)
  * Term liquidity
  * Prime or High Yield
  * Typically No Leverage or Moderate Leverage
* [**Looping**](/docs/products/stablecoin-products/blocks/looping.md) (borrow low lend high with correlated assets)
  * Term liquidity
  * Prime or High Yield
  * Typically High Leverage

Many crypto strategies exist with complicated names (delta-neutral, basis trade, hedging, derivatives, etc) which mostly reduce to one or more of the above categories. For example, a basis trade strategy involving going long (buying) spot and going short (selling) a futures contract is a complicated form of Carry that bets on the 'lending rate' of the futures leg to be positive (depending on the market direction).


---

# 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://steakhouse.financial/docs/products/stablecoin-products/blocks.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.
