# Node Installation

{% hint style="warning" %}
**Early access:** You're on the Tashi Alphanet, a public testing phase. Real $TASHI is not involved, and all features are subject to change or reset.
{% endhint %}

## "I'm ready. Let's go!"

{% code overflow="wrap" %}

```bash
/bin/bash -c "$(curl -fsSL https://depin.tashi.network/install.sh)" -
```

{% endcode %}

## "Walk me through installation"

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Prerequisites</td><td><a href="https://3796624910-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fxy6Q4hi0tmcU8t5h3zJn%2Fuploads%2FYgV2vzbMSo5WYRJsGlg9%2Fworkbench.png?alt=media&#x26;token=96901a33-8d48-42d4-82c5-db21f925b45f">workbench.png</a></td><td><a href="node-installation/prerequisites">prerequisites</a></td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="files"></th></tr></thead><tbody><tr><td><ol><li>Command Center</li></ol></td><td>Connect your wallet, get devnet $TASHI from the faucet, and prepare to install the Tashi Worker Node.</td><td><a href="node-installation/1.-command-center">1.-command-center</a></td><td><a href="https://3796624910-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fxy6Q4hi0tmcU8t5h3zJn%2Fuploads%2F6DL2YFhlkxsoLVUB7XLp%2Fcomputer.png?alt=media&#x26;token=5c0fb5d8-2d02-4a9b-8283-0a3db8d23140">computer.png</a></td></tr><tr><td><ol start="2"><li>Install Script (Docker)</li></ol></td><td>Using a CLI script to simplify a Docker-based installation of your alphanet Tashi Worker Node.</td><td><a href="node-installation/2.-install-script-docker">2.-install-script-docker</a></td><td><a href="https://3796624910-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fxy6Q4hi0tmcU8t5h3zJn%2Fuploads%2FbW0cIuJu4asnO9dLBW0K%2Fpartial.png?alt=media&#x26;token=8037847b-9190-4d86-87f6-a8398c40e575">partial.png</a></td></tr><tr><td><ol start="3"><li>Bond Worker</li></ol></td><td>Bond your worker node to your wallet using both the CLI install script and the Command Center to register with Tashi Orchestrators.</td><td><a href="node-installation/3.-bond-worker">3.-bond-worker</a></td><td><a href="https://3796624910-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fxy6Q4hi0tmcU8t5h3zJn%2Fuploads%2F59Ix8uT2dwS5leMeo2a3%2Fbonded.png?alt=media&#x26;token=ef8a24ea-fa48-42d6-8909-42ee3baea7fc">bonded.png</a></td></tr></tbody></table>

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-type="content-ref"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td>Important Notes</td><td>Monitoring, Updating, Uninstalling, and Troubleshooting.</td><td><a href="https://3796624910-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fxy6Q4hi0tmcU8t5h3zJn%2Fuploads%2FlWfEZf5QO7AuFeFy99L9%2Fowner.png?alt=media&#x26;token=3ecee6d8-7d16-4263-80c7-273790673ae9">owner.png</a></td><td><a href="node-installation/important-notes">important-notes</a></td><td><a href="node-installation/important-notes">important-notes</a></td></tr></tbody></table>


---

# 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.tashi.network/node-operators/nodes/node-installation.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.
