# Finance module

## Overview

This module handles various financial functions within the crypto ecosystem, including yield farming, decentralized exchange (DEX) trading, and cross-chain operations.

### Smart DEX Aggregator module

* **DEX Aggregation:** Aggregates liquidity from multiple DEX aggregators to find the truly best price for swaps. Integrates with aggregators and dexes like **Odos** and **Kinetex**
* **Cross-Chain Aggregator Module**:
  * Facilitates asset transfers and swaps across different blockchains, ensuring seamless interoperability between multiple chains.
  * Supports bridges and bridgless swaps, enabling users to move assets securely between chains.

### Smart Yield Aggregator module

* **Yield aggregation:** Aggregates yield farming opportunities across multiple protocols (e.g., **Lido**, **Beefy**), allowing users to maximize their returns.
* **Auto compounding:** Auto-compounds earnings, optimizes gas fees, and distributes yields based on automatically selected preferences

### Card module

* **Payments:** Offers crypto-linked payment cards that allow users to spend their crypto assets in the real world.
* **Real time:** Integrates with traditional payment networks and provides on-the-fly crypto-to-fiat conversion.

### Ramp module:

* **Onramp/Offramp**: Provides fiat on-ramp and off-ramp services, allowing users to easily convert between fiat and cryptocurrencies.
  * **Ramp Aggregator Module**: Aggregates different external fiat-to-crypto providers to offer users the best exchange rates and lowest fees.
  * **Custom Monitok Ramp Module**: Custom-developed module, to handle fiat-to-crypto and crypto-to-fiat transactions integrated with the platform, ensuring fast, fully customisable and secure fiat-crypto exchanges.


---

# 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://monitok.gitbook.io/docs/technology/finance-module.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.
