# Nibiru price feeder

```
# Go to your binary directory
cd /usr/local/bin

# Remove the old binary if it exists
sudo rm -f pricefeeder

# Download the new tar.gz archive
sudo wget https://github.com/NibiruChain/pricefeeder/releases/download/v1.1.1/pricefeeder_1.1.1_linux_amd64.tar.gz

# Extract it
sudo tar -xvzf pricefeeder_1.1.1_linux_amd64.tar.gz

# Move the executable to /usr/local/bin and rename it
sudo mv pricefeeder /usr/local/bin/pricefeeder

# Make it executable
sudo chmod +x /usr/local/bin/pricefeeder

# Clean up
sudo rm -f pricefeeder_1.1.1_linux_amd64.tar.gz


sudo systemctl daemon-reload
sudo systemctl restart pricefeeder
sudo systemctl status pricefeeder

```


---

# 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://services.aknodes.com/nibiru-price-feeder.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.
