# Bloq Documentation

## Bloq Documentation

- [What is Bloq?](https://docs.bloq.com/readme.md)
- [Introduction](https://docs.bloq.com/readme/introduction.md): Currently, access to Bloq services is through the Bloq Command Line Interface (CLI) or REST API. A web GUI will be provided at a future point in time.
- [Bloq Account Setup](https://docs.bloq.com/readme/bloq-account-setup.md): This tutorial will guide you through all the required steps to set up a Bloq account and start using our services.
- [Create Client Keys](https://docs.bloq.com/readme/create-client-keys.md): Client keys are pairs (Client ID + Client Secret) composed of random hexadecimal numbers which enables your code/program to authenticate with our servers and grant you access to various Bloq services.
- [Accounts Overview](https://docs.bloq.com/readme/accounts-overview.md)
- [BloqNodes](https://docs.bloq.com/bloq-services/bloqnodes.md)
- [CLI](https://docs.bloq.com/bloq-services/bloqnodes/cli.md)
- [Nodes Usage](https://docs.bloq.com/bloq-services/bloqnodes/nodes-usage.md)
- [BloqStake](https://docs.bloq.com/bloq-services/bloqstake.md)
- [Authenticate to Bloq API](https://docs.bloq.com/bloq-services/bloqstake/authenticate-to-bloq-api.md)
- [Authentication](https://docs.bloq.com/bloq-services/bloqstake/authenticate-to-bloq-api/authentication.md)
- [API Routes](https://docs.bloq.com/bloq-services/bloqstake/authenticate-to-bloq-api/api-routes.md)
- [Ethereum](https://docs.bloq.com/bloq-services/bloqstake/ethereum.md)
- [Stake ETH](https://docs.bloq.com/bloq-services/bloqstake/ethereum/getting-started.md): In order to stake ETH with Bloq, follow the steps in this guide.
- [Withdraw ETH](https://docs.bloq.com/bloq-services/bloqstake/ethereum/eth-withdrawals.md): In order to withdraw your staked ETH with Bloq, follow the steps in this guide.
- [API Routes](https://docs.bloq.com/bloq-services/bloqstake/ethereum/api-routes.md)
- [Avalanche](https://docs.bloq.com/bloq-services/bloqstake/avalanche.md)
- [Stake AVAX](https://docs.bloq.com/bloq-services/bloqstake/avalanche/getting-started.md): To become a validator and to start staking on Avalanche requires infrastructure, AVAX, and carefully following some steps
- [API Routes](https://docs.bloq.com/bloq-services/bloqstake/avalanche/api-routes.md)
- [Developers Guide](https://docs.bloq.com/advanced-documentation/developers-guide.md)
- [Client Tokens](https://docs.bloq.com/advanced-documentation/developers-guide/client-tokens.md)
- [BloqNodes Setup](https://docs.bloq.com/advanced-documentation/developers-guide/bloqnode-setup.md): Nodes is one of the core services of Bloq. In this tutorial you will learn how to set up and start using a Bloq node on your network of choice.
- [Authentication](https://docs.bloq.com/advanced-documentation/developers-guide/authentication.md): All Bloq services require authentication
- [Technical Reference](https://docs.bloq.com/advanced-documentation/technical-reference.md)
- [CLI](https://docs.bloq.com/advanced-documentation/technical-reference/cli.md): Access to the Bloq CLI is through bcl.
- [Accounts API](https://docs.bloq.com/advanced-documentation/technical-reference/accounts-api.md): This Accounts API reference guide describes the endpoints to access Bloq Accounts services.
- [Nodes API](https://docs.bloq.com/advanced-documentation/technical-reference/nodes-api.md): This Nodes API reference guide describes the endpoints to access Bloq Nodes services and manage your Bloq Nodes.
- [Blockchain Node API](https://docs.bloq.com/advanced-documentation/technical-reference/blockchain-node-api.md): This reference guide outlines the interfaces to access blockchain nodes that are created as part of the Bloq Nodes service.
- [Javascript SDK](https://docs.bloq.com/advanced-documentation/technical-reference/javascript-sdk.md): The Bloq Javascript SDK enables you to work with Bloq services easily by simplifying authentication.
- [Knowledge Base](https://docs.bloq.com/advanced-documentation/knowledgeable.md)
- [How do I connect my Ethereum Node using the Web3 interface?](https://docs.bloq.com/advanced-documentation/knowledgeable/how-do-i-connect-my-ethereum-node-using-the-web3-interface.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.bloq.com/readme.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.
