# Infrastructure

KrypCore Web3 provides a robust infrastructure that empowers developers and [enterprises](https://krypcore.com/) to build and deploy decentralized applications (Dapps) on various blockchain networks. The infrastructure offering includes endpoints, shared and dedicated node options, as well as support for blockchain and storage endpoints.

### Endpoints

Endpoints in KrypCore Web3 serve as the entry points for interacting with blockchain networks. They provide a unified interface for accessing network-specific functionalities, such as querying blockchain data, executing smart contracts, and interacting with decentralized services. KrypCore Web3 supports endpoints for multiple protocols, including Ethereum, Polygon, Arbitrum, Binance Smart Chain, and more. These endpoints enable developers to seamlessly connect to the desired blockchain network and leverage its features within their Dapps.

### Shared and Dedicated Nodes

KrypCore Web3 offers the flexibility to choose between shared and dedicated nodes based on your specific requirements.

* Shared Nodes: Shared nodes allow multiple users to utilize the same node infrastructure, providing a cost-effective solution for getting started with [Dapp development](https://krypcore.com/). By utilizing shared nodes, developers can access blockchain networks without the need to manage and maintain their dedicated infrastructure. This option is ideal for individuals, small teams, or projects in the early stages.
* Dedicated Nodes: Dedicated nodes provide exclusive resources and enhanced performance, catering to high-demand applications and enterprises with specific needs. With dedicated nodes, developers have full control over the infrastructure, ensuring optimal performance, security, and customization. This option is suitable for projects that require dedicated resources, higher throughput, and specialized configurations.


---

# 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://docs.krypcore.com/dev-docs/product-overview/infrastructure.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.
