# Upgrade

v25

Upgrade height: [6812000](https://explorer.coinhunterstr.com/Zetachain/block/6812000) Please don\`t upgrade before the specified height;

### Manul Upgrade

```
cd $HOME
wget -O $HOME/zetacored https://github.com/zeta-chain/node/releases/download/v25.0.0/zetacored-linux-amd64
chmod +x $HOME/zetacored 
sudo mv $HOME/zetacored $(which zetacored)
sudo systemctl restart zetacored && sudo journalctl -u zetacored -f
```

### Auto Upgrade

```
cd $HOME && \
wget -O $HOME/zetacored https://github.com/zeta-chain/node/releases/download/v25.0.0/zetacored-linux-amd64 && \
chmod +x $HOME/zetacored  && \
old_bin_path=$(which zetacored) && \
home_path=$HOME && \
rpc_port=$(grep -m 1 -oP '^laddr = "\K[^"]+' "$HOME/.zetacored/config/config.toml" | cut -d ':' -f 3) && \
[[ -z "$rpc_port" ]] && rpc_port=$(grep -oP 'node = "tcp://[^:]+:\K\d+' "$HOME/.zetacored/config/client.toml") ; \
tmux new -s zetachain-upgrade "sudo bash -c 'curl -s https://raw.githubusercontent.com/CoinHuntersTR/Logo/refs/heads/main/autoupgrade/upgrade.sh | bash -s -- -u \"6812000\" -b zetacored -n \"$HOME/zetacored\" -o \"$old_bin_path\" -h \"$home_path\" -p \"https://explorer.coinhunterstr.com/Zetachain/gov/47\" -r \"$rpc_port\"'"
```


---

# 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://service.coinhunterstr.com/mainnet/zeta-chain/upgrade.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.
