> For the complete documentation index, see [llms.txt](https://gaya-blockchain.gitbook.io/gaya-blockchain/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gaya-blockchain.gitbook.io/gaya-blockchain/executive-summary/ecosystem-overview.md).

# Ecosystem Overview

At the heart of Gaya is a robust, scalable Layer 1 blockchain infrastructure, designed to support a diverse ecosystem of decentralized applications (dApps). The ecosystem is powered by GayaCoin, a native utility token that facilitates seamless transactions, incentivizes user engagement, and enables governance. Key components of the Gaya ecosystem include:

* <mark style="color:purple;">Play-to-Earn Gaming</mark>: A dynamic gaming environment where players earn rewards in GayaCoin and NFTs. These rewards can be traded, used as collateral, or reinvested within the ecosystem.
* <mark style="color:purple;">DeFi Platform</mark>: Offering sustainable investment opportunities, staking, lending, and borrowing with a focus on green finance.
* <mark style="color:purple;">Social-Fi Integration</mark>: Rewarding content creators and contributors through innovative revenue-sharing models and decentralized governance.
* <mark style="color:purple;">Real-World Asset Tokenization</mark>: Enabling fractional ownership and sustainable investment in tangible assets such as renewable energy projects and premium investments.

<br>


---

# 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, and the optional `goal` query parameter:

```
GET https://gaya-blockchain.gitbook.io/gaya-blockchain/executive-summary/ecosystem-overview.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
