# Other AIPs

## Quick Overview

There are many types of AIPs (Automated Investment Products) that can be created in DeFi. In general, each AIP is a one-button solution for users to invest in some strategy. These AIPs are made based on some market opportunity or demand and investors can profit from them. Some strategies have market risks, such as [DOVs](/products/dovs.md), and some of them do not depend on market sentiment.&#x20;

## Basis Trading

The Basis Trading strategy includes two differently directed positions.&#x20;

Users invest their money in the Vault, which buys assets on the spot market and sells the same amount on the Perpetual Futures market. In this case, the investors will have the same value of the position if the market moves in any direction, so this strategy is called delta-neutral.&#x20;

In this strategy, returns are generated through funding rates. If the funding is positive, the vault will generate some profit without any market risk. But if the funding is negative, the Vault will have some losses.

## Passive liquidity providing

Liquidity providing was popularized with the creation of AMM. It is very easy for users to lend assets to the liquidity pool and start making profits by earning swap fees. But the downside is the impermanent losses that users experience when the price of an asset changes.

In the case of the order book, things get more complicated. Usually, market makers are advanced market players with complex software and extensive experience, and they use their own or borrowed funds for market making. In this case, ordinary users cannot participate in providing liquidity. This violates the decentralization principles of DeFi and can be overcome by introducing Vaults. In this case, users provide liquidity to the Vault, which directs that liquidity to the market maker operating in the respective trading pair. That means liquidity providers will receive income from rebates and spread (the difference between the prices of buy and sell orders).


---

# 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://docs.spin.fi/products/other-aips.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.
