> For the complete documentation index, see [llms.txt](https://docs.symm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.symm.io/api-endpoints-and-deployments/solver-addresses-and-endpoints/enigma-hyperevm.md).

# Enigma (HyperEVM)

* **Chain:** HyperEVM (chain ID 999)
* **PartyB / Solver address:** `0x76bc5889c0cfcC20960b0D81F541595d81a95122`
* **Solver REST base URL:** `https://solver.enigma.bz/api`
  * Instant open: POST `https://solver.enigma.bz/api/instant_trade/instant_open`
  * Instant close: POST `https://solver.enigma.bz/api/instant_trade/instant_close`
* **Price service:** Enigma lowcap price feed (`watchEnigmaPrices` / `getEnigmaPriceServicePricesByAddresses`)
* **TP/SL handler wallet (CoH):** `0xf2afbb3f13Ca72bfb69749f3bC5EbD6528b1fc31`

{% hint style="info" %}
nigma is the solver (PartyB) for the HyperEVM deployment targeted by the [Trading SDK](https://doc.trading-sdk.symm.io). The SDK signs each order EIP-712 and POSTs it to the solver's instant-trade endpoints, so integrators call `instantOpenAuto` / `instantCloseAuto` rather than the REST endpoints directly.
{% endhint %}


---

# 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.symm.io/api-endpoints-and-deployments/solver-addresses-and-endpoints/enigma-hyperevm.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.
