# Solana

## Introduction

[**Solana**](https://solana.com/) is a high-performance blockchain platform designed to support scalable and secure decentralized applications. It achieves high throughput and low transaction costs by leveraging its unique Proof of History consensus algorithm and parallel processing architecture. With its focus on performance and scalability, Solana has attracted a growing ecosystem of developers and users.

### **Chain Information**

{% embed url="<https://docs.solana.com/>" %}
Official Documentation
{% endembed %}

| chainId (int) | Solana Network |
| ------------- | -------------- |
| -8            | Mainnet        |
| -9            | Testnet        |
| -10           | Devnet         |


---

# 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://wallet-docs.broearn.com/overview/available-networks/solana.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.
