# Foundational Components

**Smart Contracts:**

Smart contracts serve as the cornerstone of GaveduChain's architecture, facilitating automated and trustless execution of agreements and transactions within the ecosystem. Built on Ethereum's Solidity language, these self-executing contracts encode the business logic governing various aspects of the Gavedu PM WANI platform, including utilities, token transfers, governance mechanisms, and incentive structures.

**State Channels:**

State channels enable off-chain, high-speed transactions by establishing direct communication channels between network participants. GaveduChain leverages state channels to alleviate congestion on the Ethereum mainnet, enabling instant, low-cost micropayments and interactions while ensuring the security and integrity of on-chain settlements.

**Plasma Chains:**

Plasma chains serve as Layer 2 scaling solutions that enable the creation of child chains anchored to the Ethereum mainnet. GaveduChain implements Plasma chains to achieve massive scalability, allowing for parallel processing of transactions and offloading computational burden from the mainnet while maintaining decentralization and security guarantees.

**Rollups:**

Rollups represent a novel approach to scaling Ethereum by aggregating and compressing transaction data on Layer 2 before submitting it to the mainnet for verification. GaveduChain utilizes both optimistic and zk-rollups to achieve significant throughput improvements, reduce transaction costs, and enhance the overall efficiency of the ecosystem.

<br>


---

# 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://chain.gavedu.com/gavedu-by-bhumitat/gavedu-by-bhumitat-1/gavedu-chain-and-os-the-technology-stack/foundational-components.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.
