> For the complete documentation index, see [llms.txt](https://docs.nezohub.com/nezohub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nezohub.com/nezohub/overview/what-is-nezo-core.md).

# What is Nezo Core?

### Nezo Core: The Next-Generation Layer 1 Blockchain

Nezo Core is a new Layer 1 blockchain designed to meet the evolving needs of decentralized ecosystems with a focus on scalability, customization, and advanced functionality.

**Key Features:**

* **High Throughput and Scalability**: Nezo Core is architected to support over 10,000 transactions per second (TPS), ensuring that the network can handle high-demand applications without compromising performance.
* **EVM Compatibility**: Fully compatible with the Ethereum Virtual Machine, NezoCore allows for seamless integration and migration of existing Ethereum-based decentralized applications (dApps), smart contracts, and developer tools.
* **AI-Driven Smart Contracts**: NezoCore integrates advanced AI capabilities directly into its smart contract infrastructure, enabling intelligent automation, predictive analytics, and adaptive smart contract behaviour. This makes it ideal for applications that require complex decision-making processes and real-time data analysis.
* **Sidechains for Sovereign App-Chains**: The platform introduces **sidechains**—dedicated, customizable chains designed for specific business applications. Each sidechain operates independently with its own consensus mechanism, offering full sovereignty and the ability to tailor performance, security, and governance to the specific needs of the business or application it supports.
* **Custom Token Support**: Businesses and developers can utilize custom tokens for gas fees on their dedicated sidechains, providing flexibility and ensuring that transaction costs are aligned with their economic models.

**Vision and Alignment**: Nezo Core is designed with the vision of creating a scalable, flexible, and high-performance blockchain ecosystem that supports the next generation of decentralized applications. It is particularly suited for industries that require fast deployment, high throughput, and advanced AI integration to drive innovation and efficiency.


---

# 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://docs.nezohub.com/nezohub/overview/what-is-nezo-core.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.
