# Blockchain Layer

* **Smart Contracts:** Core functionalities, such as token issuance, staking, yield farming, and decentralized exchange (DEX) operations, are managed through a series of smart contracts deployed on the BSC blockchain.
* **AMFI Token (Bep-20):** The native token, AMFI, is an BEP-20 standard token that facilitates transactions within the ecosystem, rewards distribution, and governance participation.


---

# 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/blockchain-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.
