> For the complete documentation index, see [llms.txt](https://docs.altlayer.io/altlayer-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.altlayer.io/altlayer-documentation/public-testnets/mach-alpha-for-inevm.md).

# MACH Alpha for inEVM

### Mach Alpha Mainnet details

| Parameter                          | Value                                                                    |
| ---------------------------------- | ------------------------------------------------------------------------ |
| MACH Alpha proxy contract          | `0xBbb37a91a5C66256A74E5474814a1982CAB9Af2f`                             |
| MACH Alpha implementation contract | `0x48928bee3278d15b0de1e64c66769e7dc15d894d`                             |
| MACH Alpha RPC                     | [https://mach-inj.alt.technology/ ](<https://mach-inj.alt.technology/ >) |

### Adding inEVM network to Metamask

| Parameter       | Value                                                                    |
| --------------- | ------------------------------------------------------------------------ |
| Network Name    | inEVM                                                                    |
| Chain ID        | `2525`                                                                   |
| Currency Symbol | INJ                                                                      |
| Public RPC URL  | [https://mach-inj.alt.technology/ ](<https://mach-inj.alt.technology/ >) |
| Explorer        | <https://explorer.inevm.com/>                                            |

### What is MACH Alpha?

MACH Alpha is a fast finality layer that ensures the security and reliability of transactions. With MACH Alpha, developers and users can benefit from on-chain alerts that notify them of any detected invalid states within the rollup.

Underneath MACH Alpha is a network of nodes that monitor inEVM that perform state validation. Upon any detection of an invalid state, a governance proposal will be initiated on-chain to react to the invalid state. If the proposal gets approved, MACH Alpha's circuit breaker mechanism automatically halts the rollup's RPC service, protecting users from further malicious operations and enabling them to initiate the process of recalling the transaction altogether.

By bringing fast finality rollup services to inEVM, MACH Alpha empowers developers and users to leverage its security benefits within the platform. Hence, Injective users can transact with confidence on inEVM, knowing that their funds are protected from malicious actors.


---

# 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.altlayer.io/altlayer-documentation/public-testnets/mach-alpha-for-inevm.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.
