# Supported Chains

Clique Wallet provides native support for multiple blockchain networks:

* **Solana**: Full support for the Solana blockchain. Users can create Solana wallets, sign Solana transactions, and interact with Solana-based applications and protocols.
* **EVM-Compatible Chains**: Support for Ethereum Virtual Machine (EVM) compatible blockchains, including Ethereum, Base, Arbitrum, BNB Smart Chain, HyperEVM, and more. All EVM-compatible chains share the same wallet address format, allowing users to use the same address across multiple EVM networks. This enables seamless interaction with DeFi protocols, NFT marketplaces, and other applications built on EVM-compatible networks.
* **Hyperliquid**: Native support for Hyperliquid's two chains: HyperEVM and HyperCore. HyperEVM is an EVM-compatible chain, while HyperCore is a non-EVM L1 chain used for executing L1 actions (such as opening orders and changing leverage). Both chains use the same EVM wallet address, enabling users to interact with Hyperliquid's trading infrastructure and DeFi protocols across both networks.

Clique Wallet's extensible architecture supports adding new blockchain networks as they gain adoption, ensuring users can access emerging ecosystems and protocols.


---

# 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://docs.clique.tech/clique-wallet/what-is-clique-wallet/supported-chains.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.
