# Docs

## Welcome to Noderland

Noderland provides **high-performance, reliable, and scalable blockchain nodes** to empower developers and organizations in building the future of decentralized applications. Whether you're developing dApps, integrating blockchain technology, or running custom networks, Noderland ensures seamless and secure access to the blockchain ecosystem.

With Noderland, you can focus on building your application while we handle the infrastructure. Our nodes are optimized for speed, security, and scalability, making us the preferred choice for developers worldwide.

***

### Getting Started

#### 1. Sign Up on Noderland

To get started, visit [Noderland.com](https://noderland.com) and create an account. After signing up, you need to choose plan.

#### 2. Choose Your Plan

Noderland offers flexible plans to suit your needs:

* **Free Tier**: Perfect for testing and small-scale projects. Includes **100.000 requests per month**.
* **Premium Plans**: Designed for high-volume usage and enterprise-grade applications. Customizable request limits and advanced features.<br>

After selecting a plan, you can access the **API Key** from the dashboard page, which is required for authenticating your requests.

#### 3. Access Your Node

You can access your node using the following endpoints:

For mainnet:

```
curl --location 'https://api.noderland.com/eth/' \
--header 'X-Api-Key: your_api_key' \
--header 'Content-Type: application/json' \
--data '{
    "jsonrpc": "2.0",
    "method": "eth_blockNumber",
    "params": [],
    "id": "noderland.com"
}'
```

For testnet:

```
curl --location 'https://api.noderland.com/testnet/eth/' \
--header 'X-Api-Key: your_api_key' \
--header 'Content-Type: application/json' \
--data '{
    "jsonrpc": "2.0",
    "method": "eth_blockNumber",
    "params": [],
    "id": "noderland.com"
}'
```

Make sure to include your **API Key** in all requests for authentication.

***

### Explore Our Node Services

Noderland supports a wide range of blockchain networks. Click on the links below to learn more about each node type:

* Avalanche Node
* Bitcoin Node
* Ethereum Node
* Dash Node
* Litecoin Node
* Polkadot Node

Each node type comes with detailed documentation, API references, and examples to help you integrate seamlessly.

***

### Ready to Build?

Start integrating Noderland's nodes into your application today and experience the difference. Whether you're a developer, startup, or enterprise, Noderland has the tools and support you need to succeed.

Visit [Noderland.com](https://noderland.com) to learn more or get started now!

***

### Need Help?

Our team is here to assist you every step of the way. Reach out to us at **<support@noderland.com>** for any questions or support requests.

***

### Stay Connected

Follow us on social media for the latest updates, tutorials, and community events:

* [X](https://x.com/noderland)
* [Discord](https://discord.noderland.com)


---

# 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://noderland.gitbook.io/docs/docs.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.
