> For the complete documentation index, see [llms.txt](https://footballmetaverse.gitbook.io/football-metaverse/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://footballmetaverse.gitbook.io/football-metaverse/gamefi-overview/main-gamefi.md).

# MAIN GAMEFI

**Card based Gameplay Stage**

In the card base gameplay stage, a player would be able to equip their team with their NFTs (Land/Stadium, Player, Mascot) to optimize the overall stats of his team. He can choose the formation and tactics (e.g. a 4-3-3, focusing more on attack) to counter the opponents which he is facing.

**FIFA Playing Style Stage**

Once the NFTs are finalized and the formation fixed, the player starts the game match. The game match is available in two game modes.

:soccer:Manual Mode - whereby the player can control the footballers individually, similar to FIFA type of game play. Depending on the player’s skill, he can influence up to 30% of the final game match result through manually controlling the footballers.

:soccer:Auto Mode - whereby after choosing the formation and tactics, the player can watch a simulated AI game play in which the results would be determined by the AI based on the tactics, overall stats, etc of both teams.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://footballmetaverse.gitbook.io/football-metaverse/gamefi-overview/main-gamefi.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.
