# Use cases

## Background

Every tenth consecutive on-chain trade is from the same wallet address. By executing these together, traders could optimize billions of trading volumes, save millions in fees, and reduce execution time by days while achieving better prices.

## **Portfolio Rebalancing**

Portfolio rebalancing is a many-to-many transaction batched into a single trade. Traders can pre-define their portfolio's target allocation, and our algorithmic smart order router achieves the desired portfolio weights in seconds.

The solution is a game-changer for on-chain ETFs and those actively managing their assets based on a pre-defined strategy. On top of achieving substantially better prices and laser-sharp portfolio weights, our infrastructure saves all the manual calculations and removes the potential for error for the trader.

{% embed url="<https://www.youtube.com/watch?v=MiT3Lv91DTk>" %}
Batch Execution / Multi Asset Swap Demo
{% endembed %}

## **Many-to-One**

Many-to-one execution enables traders to liquidate selected tokens or their entire portfolio into a single asset.

The order simplifies the execution of a concentrated position, the liquidation of risk-on assets into stables, and the redemption of portfolio tokens with multiple underlying assets.

#### Example: All In SHIB

Exchange all your assets into a single token. The function is available for tokens set up in our backend. If you want us to set up a token for you, fill out this form. The below example shows the transaction for SHIB.

<https://app.31third.com/rebalance/allin/shib>

#### **Example: Liquidiate to Stables**

Liquidate your risky assets into stablecoins in times of volatility.

<https://app.31third.com/rebalance/index/allout>&#x20;

## One-to-Many

One-to-many execution enables traders to enter multiple positions and initiate a portfolio from a single asset.

#### **Example: Issue a Portfolio**

Trade your asset(s) into an index tracked by 31Third.

10 Largest DeFi Market Cap: <https://app.31third.com/rebalance/index/defi10>

5 MidCap: <https://app.31third.com/rebalance/index/midcap5>

Stabelcoin Staking Index: <https://app.31third.com/rebalance/index/staking>

#### Example: Follow a Wallet

Follow the trades of a wallet. The below example shows the function for [Light Wallet](https://www.whalestats.com/ethereum-address/0x72a53cdbbcc1b9efa39c834a540550e23463aacb-Light-wallet).

<https://app.31third.com/rebalance/wallet/0x72a53cdbbcc1b9efa39c834a540550e23463aacb>


---

# 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.31third.com/introduction/use-cases.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.
