# Welcome to Relix

Relix is a modern Layer-1 blockchain built for teams that need reliable infrastructure, low fees, and a familiar EVM environment. The chain is designed to feel simple on the surface, while the underlying architecture focuses on speed, security, and predictable finality.

This documentation is the entry point for anyone who wants to explore or build on Relix. Whether you are deploying your first smart contract, running backend services that talk to the chain, or just testing the network as a user, you’ll find the key concepts and step-by-step guides here.

Relix is currently live on **testnet** with full EVM compatibility. You can connect using the details below:

* **Network:** Relix Testnet
* **Chain ID:** `4127`
* **RPC:** `https://rpc-testnet.relixchain.com`
* **Explorer:** `https://testnet.relixchain.com`

To stay close to the project and follow new releases, use the official channels:

* **Website:** <https://relixchain.com>
* **GitHub:** <https://github.com/relixchain>
* **X (Twitter):** <https://x.com/relixchain>
* **Telegram:** <https://t.me/relixchain>
* **Medium:** <https://medium.com/@relixchain>

From here, you can continue to:

* **Why Relix Chain** – the motivation and design goals behind the network
* **Architecture Overview** – how the protocol, consensus, and EVM execution fit together
* **Getting Started** – connect a wallet, get testnet RLX, and send your first transaction on Relix.


---

# 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://relix-chain.gitbook.io/relix-chain-docs/introduction/welcome-to-relix.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.
