# Single Currency Multi-Leg

Trading on Infinity is a fully-funded experience, meaning that for each Lend or Borrow trade, one will either provide or receive the principal amount accordingly. Separate to one-off trades, there are a number of reasons you may want to enter into multiple trades (often called 'legs') concurrently or sequentially.&#x20;

For example, borrowing in crypto has, until recently, predominantly been on a floating rate basis. Floating rates are volatile by nature exposing borrowers to both uncertainty and high interest rates should the floating rates rise. To protect or hedge this risk, floating-rate borrowers can effectively turn your floating-rate borrowing position into a fixed rate borrow position by:

* Lending your proceeds on a floating-rate basis, and
* Borrowing on a fixed rate basis

On the flip side, Ethereum validators earn floating-rate yields which, similarly, are volatile and do not provide any certainty of returns. Such validators can turn your floating-rate return into a fixed-rate return by:&#x20;

* Borrowing on a floating-rate basis, and
* Lending on a fixed-rate basis

In each of the above examples, if the two trades are executed simultaneously across different maturity dates, then there is in effect no net principal exchange - such trades are called Swaps, or more specifically, **Interest Rate Swaps**.&#x20;

Infinity does not however provide the ability to execute multiple legs simultaneously without principal exchange. However with the Mutli-Leg experience, you may simultaneously enter into Market or Limit orders that will be executed sequentially. <br>


---

# 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://faq.infinity.exchange/product-guide/single-currency-multi-leg.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.
