> For the complete documentation index, see [llms.txt](https://docs.graphlinq.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graphlinq.io/graphlinq-chain/networks/specs.md).

# Specs

## General Information

<table><thead><tr><th width="190.5">Property</th><th>Details</th></tr></thead><tbody><tr><td>Block Time</td><td>15 seconds</td></tr><tr><td>Consensus</td><td>PoA (clique)</td></tr><tr><td>Block Rewards</td><td>5 GLQ per Block</td></tr><tr><td>Consensus Coin</td><td>GLQ</td></tr><tr><td>Chain ID (Mainnet)</td><td>614 </td></tr></tbody></table>

{% hint style="info" %}
Track GraphLinq Chain status in real time at:[ https://network.graphlinq.io/](https://network.graphlinq.io/)
{% endhint %}

## Resources

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th></tr></thead><tbody><tr><td><a href="/pages/YH9tomWJ176GmU4uYmcY">Wallet</a></td><td>Connect to a wallet to start using GraphLinq Chain</td><td>Download a wallet to start using Graphlinq Chain</td></tr><tr><td><a href="/pages/WGTGwquaJkzhlNXQstBr">Explorer</a></td><td>See all transactions, blocks and more tools</td><td></td></tr><tr><td><a href="/pages/uIjjJAU4oArAW9BN10ea">RPC Providers</a></td><td>Connect your wallets and development environment to a public RPC Node</td><td></td></tr><tr><td><a href="/pages/V8kZ5HpfUKwBMEHUKkTH">Dev Tools</a></td><td>Set up your development environment</td><td></td></tr><tr><td><a href="/pages/w5sDEfxyXfLMDV7RvfGX">Run Engine</a></td><td>Run GraphLinq Engine locally to earn GLQ as rewards</td><td></td></tr><tr><td><a href="/pages/7q4p3d7pBU5prtw8rdsR">Bridge</a></td><td>Bridge GLQ and other assets between GraphLinq Chain &#x3C;> Ethereum</td><td></td></tr></tbody></table>


---

# 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.graphlinq.io/graphlinq-chain/networks/specs.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.
