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

# Overview

KUB is a rapid, secure, and high-performance Layer 1 blockchain network designed to be the foundation for the new era of the internet. KUB functions as an EVM-compatible blockchain network, improving throughput while significantly reducing gas costs and transaction fees.

## Blockchain Network for the New Era of the Internet

KUB aims to democratize blockchain access and build a more inclusive future through innovation. KUB was developed to support real-world applications from developers worldwide, promote the creation of blockchain knowledge, and encourage participation from all sectors of the ecosystem while enhancing the economic value of Southeast Asia. It aims to empower all sectors to develop, innovate, and distribute opportunities through blockchain technology. KUB enables individuals and businesses to:

* Resolve business challenges by forming a network that enables small and large enterprises to operate together
* Convert assets into tokens and non-fungible tokens (NFTs)
* Increase liquidity for illiquid assets with market support
* Provide easily accessible infrastructure for everyone to use the KUB network for real-world applications across business sectors
* Simplify the process of developing smart contracts or applications on the blockchain
* Maintain a balance between permissioned and permissionless networks
* Support developers with both tools and funding to create growth opportunities within the KUB ecosystem

## KUB for Users

| Resource                                              | Description                                                                              |
| ----------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| [KUB Ecosystem](https://www.kubchain.com/ecosystem)   | A directory of dApps on KUB                                                              |
| [KUB Bridge](/tools/token-bridge.md)                  | Allows you to move tokens between the selected network and the KUB network               |
| [Delegate KUB Coin](/governance/delegate-kub-coin.md) | Delegate KUB Coin to reliable and high-performing validators to promote decentralization |

## KUB for Developers

| Resource                                                                | Description                                                                            |
| ----------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
| [KUB Developer Center](/build-on-kub/developer-center.md)               | Access development resources and connect your dApp to KUB                              |
| [Libraries & SDKs](/build-on-kub/libraries-and-sdks.md)                 | Discover the libraries and SDKs provided by KUB to assist developers                   |
| [KUB Improvement Proposal](/governance/kub-improvement-proposal-kip.md) | Standardize documentation for the KUB network itself and the conventions built upon it |

## KUB for Node Runners

| Resource                                                        | Description                                                                                      |
| --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| [Run a Validator Node](/run-a-kub-node/run-a-validator-node.md) | Propose new blocks and verify transactions following the KUB Proof-of-Stake mechanism            |
| [Run a Full Node](/run-a-kub-node/run-a-full-node.md)           | Run the latest part of the blockchain state to ensure the stability and operation of the network |
| [Run an Archive Node](/run-a-kub-node/run-an-archive-node.md)   | Run a node that retains the complete block history of the KUB network                            |


---

# 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.kubchain.com/about-kub/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.
