# Financial Services Layer

* **AMFI Wallet:** A non-custodial wallet integrated with the web and mobile platforms, allowing users to store, send, and receive AMFI tokens and other ERC-20 tokens.
* **AMFI Staking and Yield Farming:** Managed through smart contracts that lock user funds in staking pools, automatically distributing rewards based on predefined algorithms and real-time market conditions.
* **AMFI DEX:** A decentralized exchange that facilitates peer-to-peer trading of tokens directly from users’ wallets. Powered by automated market maker (AMM) algorithms to ensure liquidity and minimize slippage.


---

# 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://automated-meta-finance.gitbook.io/amfi-whitepaper/technical-architecture/key-components-of-the-architecture/financial-services-layer.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.
