# Furucombo on Metis Tutorial

<figure><img src="/files/uBfOSQBXfq6EcCGj5T43" alt=""><figcaption><p>Furucombo on Metis</p></figcaption></figure>

This tutorial will guide you through the kinds of trading actions you can do on [Furucombo](https://furucombo.app/) on the Metis network. The following protocols have been integrated:

1. Maia DAO (Token Exchange)
2. Hummus Exchange (Stablecoin Exchange)
3. Aave v3 (Lending Protocol)
4. Stargate (Token Bridge)

When using Metis, the following actions are available on Furucombo:

1. #### [Token Bridge](https://docs.furucombo.app/using-furucombo/tutorials/token-bridge-tutorial)
   * The token bridge allows you to send tokens from Ethereum to Metis, and vice versa ($USDT & $METIS are supported).
2. #### Send Token
   * Send Token allows you to send any token, whitelisted or imported, to any address you choose.
3. #### [Multi Send](https://docs.furucombo.app/using-furucombo/tutorials/token-multi-sender-tutorial)
   * The Multi-Send cube allows you to send a token to multiple addresses.
4. #### Aave Functions:
   * Deposit
     1. Make a deposit to Aave.
   * Withdraw
     1. Withdraw some or all of your assets from Aave.
   * Borrow
   * Repay
     1. Repay any outstanding debts you have on Aave.
   * Flashloan
     1. Used for position management, or [arbitrage](https://docs.furucombo.app/using-furucombo/tutorials/flashloan-combo).
   * [Debt Swap](https://docs.furucombo.app/using-furucombo/tutorials/debt-swap-tutorial)
     1. This allows you to swap your debts (borrowed assets) within Aave without first repaying your debts (requires no upfront funds).
   * [Collateral Swap](https://docs.furucombo.app/using-furucombo/tutorials/collateral-swap-tutorial)
     1. This allows you to swap your collateral (deposited assets) within Aave without first repaying your debts (requires no upfront funds).
   * [Leveraged Long Position](https://docs.furucombo.app/using-furucombo/tutorials/leveraged-long-position-tutorial)
     1. This allows you to increase your exposure to the market (long) by using the existing collateral you have in Aave.
   * [Leveraged Short Position](https://docs.furucombo.app/using-furucombo/tutorials/leveraged-short-position-tutorial)
     1. This allows you to increase your exposure to the market (short) by using the existing collateral you have in Aave.
   * [Deleverage](https://docs.furucombo.app/using-furucombo/tutorials/de-leverage-position-tutorial)
     1. This allows you to close your position on Aave without first repaying your debts. This is useful to avoid liquidation, or to close your position when you do not have any upfront funds.
5. Maia Functions
   * Swap Token
     1. Swap any whitelisted token, such as $MAIA, $METIS, $WETH, $m.USDC, or m.USDT.
     2. Import any token into the ‘search or import token’ section to add a custom token.
6. Hummus Functions
   * Swap Token
     1. Swap any whitelisted token, such as $MAI, $m.DAI, $m.USDC, $m.USDT.
     2. Import any token into the ‘search or import token’ section to add a custom token.
7. [Lending Dashboard](https://docs.furucombo.app/project-mode/lending-dashboard)
   * The Lending Dashboard is a feature that allows you to easily manage your positions on lending protocols such as Aave with the click of a button instead of manually adding each cube.
   * The following actions are available on the Lending Dashboard:
     1. [Deposit](https://docs.furucombo.app/using-furucombo/tutorials/lending-dashboard-tutorial#deposit)
     2. [Withdraw](https://docs.furucombo.app/using-furucombo/tutorials/lending-dashboard-tutorial#withdraw)
     3. [Borrow](https://docs.furucombo.app/using-furucombo/tutorials/lending-dashboard-tutorial#borrow)
     4. [Repay](https://docs.furucombo.app/using-furucombo/tutorials/lending-dashboard-tutorial#repay)
     5. [Debt Swap](https://docs.furucombo.app/using-furucombo/tutorials/lending-dashboard-tutorial#debt-swap)
     6. [Collateral Swap](https://docs.furucombo.app/using-furucombo/tutorials/lending-dashboard-tutorial#collateral-swap)
     7. [Leverage](https://docs.furucombo.app/using-furucombo/tutorials/lending-dashboard-tutorial#leverage)
     8. [Deleverage](https://docs.furucombo.app/using-furucombo/tutorials/lending-dashboard-tutorial#deleverage)

This is a tutorial and summary on how to utilize Furucombo for DeFi on Metis. If you have any questions, please let us know on our[ community Discord](https://go.furucombo.app/Discord), we are always happy to assist!


---

# 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.furucombo.app/using-furucombo/tutorials/furucombo-on-metis-tutorial.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.
