> For the complete documentation index, see [llms.txt](https://docs.indonode.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.indonode.net/testnet/entangle.md).

# 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
```

***
