# Services

As Multichain Block Producer we are providing Dedicated Commercial Solutions for Blockchain Services.

We are able to host or operate your own infrastructure for the following:

* Chain API Node
* State History Node
* P2P Node
* Hyperion History
* Atomic Assets API
* Light API
* IPFS

Contact us at:

* Email: <business@a-dex.io>
* Telegram: @Avm07

## Public Endpoints

### WAX Tesnet

| Service          | URL                                                                      | Note      |
| ---------------- | ------------------------------------------------------------------------ | --------- |
| Hyperion History | <https://hyperion-wax-testnet.a-dex.xyz/v2/docs/>                        | Full data |
| Chain API        | <https://wax-testnet.a-dex.xyz>                                          |           |
| P2P Node         | [p2p-wax-testnet.a-dex.xyz:9878](http://p2p-wax-testnet.a-dex.xyz:9878/) |           |

### WAX Mainnet

| Service           | URL                                                      | Note           |
| ----------------- | -------------------------------------------------------- | -------------- |
| Hyperion History  | <https://hyperion-wax.a-dex.xyz/v2/docs/>                | Latest 6 weeks |
| Atomic Assets API | <https://atomic-wax.a-dex.xyz>                           |                |
| Light API         | <https://light-api-wax.a-dex.xyz>                        |                |
| Chain API         | [https://wax.a-dex.xyz](https://wax.a-dex.xyz/)          |                |
| P2P Node          | [p2p-wax.a-dex.xyz:9876](http://p2p-wax.a-dex.xyz:9876/) |                |
| IPFS              | <https://ipfs.a-dex.xyz>                                 |                |

### Vaulta Mainnet

| Service   | URL                                                            | Note |
| --------- | -------------------------------------------------------------- | ---- |
| Chain API | [https://vaulta.a-dex.xyz](https://vaulta.a-dex.xyz/)          |      |
| P2P Node  | [p2p-vaulta.a-dex.xyz:9876](http://p2p-vaulta.a-dex.xyz:9876/) |      |

### Telos Testnet

| Service   | URL                                                                          | Note |
| --------- | ---------------------------------------------------------------------------- | ---- |
| Chain API | [https://telos-testnet.a-dex.xyz](https://telos-testnet.a-dex.xyz/)          |      |
| P2P Node  | [p2p-telos-testnet.a-dex.xyz:9876](http://p2p-telos-testnet.a-dex.xyz:9876/) |      |

### Telos Mainnet

| Service   | URL                                                          | Note |
| --------- | ------------------------------------------------------------ | ---- |
| Chain API | [https://telos.a-dex.xyz](https://telos.a-dex.xyz/)          |      |
| P2P Node  | [p2p-telos.a-dex.xyz:9976](http://p2p-telos.a-dex.xyz:9976/) |      |


---

# 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.a-dex.io/about-us/services.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.
