# Union

**Overview**

The Union network is a hyper-efficient zero-knowledge infrastructure layer for general message passing, asset transfers, NFTs, and DeFi. It’s based on consensus verification and has no dependencies on trusted third parties, oracles, multi-signatures, or MPC.

**Official links**

[Website](https://union.build/) | [Twitter](https://x.com/union_build) | [Discord](https://discord.union.build/) | [Github](/testnets/union.md)

**Chain info**

|                |        |
| -------------- | ------ |
| Chain-id       |        |
| Binary name    | uniond |
| Binary version | 1.0.0  |

**Explorer**

<https://explorers.l0vd.com/union-testnet>

**Public Endpoints**

RPC <https://union-testnet.rpc.l0vd.com>

API <https://union-testnet.api.l0vd.com>

GRPC

```
union-testnet.grpc.l0vd.com:80
```

PEER

```
@union-testnet.peers.l0vd.com:
```


---

# 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://chain-services.l0vd.com/testnets/union.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.
