# Entangle

<figure><img src="https://pbs.twimg.com/profile_images/1524402382809231365/AeJ-i5f1_400x400.jpg" alt="" width="188"><figcaption></figcaption></figure>

Entangle Blockchain is built using the Cosmos SDK (includes IBC transferablity and EVM compatibility) featuring the Tendermint Core Consensus Algorithm for agreement between Validators.

The Entangle Blockchain is a highly specialized Oracle-centric Blockchain with the sole purpose of storing information for Entangle Distributed Oracle Solution and validating Oracle messages.

***

## STAKE WITH INDONODE

***

### Links

[Website](https://www.entangle.fi/) | [Twitter](https://twitter.com/Entanglefi) | [Discord](https://discord.gg/entanglefi)

***

<table data-full-width="false"><thead><tr><th>Version</th><th>Chain-id</th><th>Wasm</th><th data-hidden>WASM</th><th data-hidden>Chain-id</th></tr></thead><tbody><tr><td>1.0.1</td><td>entangle_33133-1</td><td>DISABLED</td><td>DISABLED</td><td>planq_7070-2</td></tr></tbody></table>

<details>

<summary>More Summary</summary>

* Binary Name : entangled
* Binary Home : $HOME/.entangled
* Denom : aNGL
* Exponent : 18

</details>

Addrbook

```sh
curl -Ls https://snapshots.indonode.net/entangle/addrbook.json > $HOME/.entangled/config/addrbook.json
```

Peer

```sh
PEERS="$(curl -sS https://rpc.entangle-t.indonode.net/net_info | jq -r '.result.peers[] | "\(.node_info.id)@\(.remote_ip):\(.node_info.listen_addr)"' | awk -F ':' '{print $1":"$(NF)}' | sed -z 's|\n|,|g;s|.$||')"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$PEERS\"|" $HOME/.entangled/config/config.toml
```

***


---

# 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.indonode.net/testnet/entangle.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.
