# Why Solaxy?

Solana is one of the fastest and most efficient blockchains - but as demand grows, so do the challenges of scalability, reliability, and cost-efficiency. Solaxy was built to address these head-on.

Here’s why Solaxy matters:

***

#### 1. **Scalability Without Compromise**

Solaxy massively increases throughput by moving execution off-chain. It leverages rollup architecture and zkVM-based proof systems to compress and batch transactions, reducing load on Solana L1 while still settling there securely.

> This means more users, more transactions, and more apps - without clogging the base layer.

***

#### 2. **Native Developer Experience**

Unlike other L2s that require custom tooling or rewriting smart contracts, Solaxy is fully **SVM-compatible**. You can build using the same tools you're already familiar with:

* `solana-cli`
* `@solana/web3.js`
* Anchor&#x20;

***

#### 3. **Secure, Transparent Settlement**

Solaxy publishes transaction data and validity proofs directly to Solana L1. This ensures:

* Transparent data availability
* Secure state transitions
* Verifiable settlement logic via zk or optimistic proofs

Security is not bolted on - it’s built-in.

***

#### 4. **Cross-Chain by Design**

Solaxy uses Hyperlane to enable seamless bridging between Solana, Solaxy, and Ethereum. This makes it easy to move assets and liquidity across ecosystems.

***

#### 5. **Modular and Future-Proof**

By building on the Sovereign SDK and supporting zero-knowledge virtual machines like SP1 by Succinct, Solaxy is prepared to adapt quickly:

* Support for new proof systems
* More flexible DA layers (e.g. Celestia)
* Custom appchains and execution environments

***

In short, **Solaxy unlocks scalable, developer-friendly rollups on Solana - without sacrificing speed, security, or composability.** It’s built for where Solana is going, not just where it is today.


---

# 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://wiki.solaxy.io/getting-started/why-solaxy.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.
