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

# Running Palmito (testnet)

- [Getting Started (testnet)](https://docs.tellor.io/tellor/running-palmito-testnet/public-testnet.md): Instructions and guides for using tellor.
- [Node Quick Start (testnet)](https://docs.tellor.io/tellor/running-palmito-testnet/node-quick-start-testnet.md): Use the guided setup shell scripts!
- [Quick Start New (faster!)](https://docs.tellor.io/tellor/running-palmito-testnet/quick-start-new-faster.md): Using the Tellor layer node installation script!
- [Managing Accounts](https://docs.tellor.io/tellor/running-palmito-testnet/manage-accounts.md): Follow the steps to make a layer account that can be used to receive funds from the bridge for transacting on Tellor.
- [Node Setup Manual (testnet)](https://docs.tellor.io/tellor/running-palmito-testnet/node-setup.md): How to Operate Tellor Layer Node.
- [Peers List & Public RPCs](https://docs.tellor.io/tellor/running-palmito-testnet/node-setup/peers-list-and-public-rpcs.md): The following peers list can be used for syncing \`layertest-5\`
- [Cosmovisor Sync](https://docs.tellor.io/tellor/running-palmito-testnet/node-setup/cosmovisor-sync.md): Setup steps for cosmovisor gang.
- [State Sync Troubleshooting / Resetting Chain Data](https://docs.tellor.io/tellor/running-palmito-testnet/node-setup/state-sync.md): Steps for resetting / re-syncing a state synced node (or recovering from a failed state sync).
- [Example .service Files](https://docs.tellor.io/tellor/running-palmito-testnet/node-setup/example-.service-files.md): Templates for systemd service files that work with Tellor
- [Run a Layer Validator (testnet)](https://docs.tellor.io/tellor/running-palmito-testnet/run-a-layer-validator.md): Follow the steps to become a Tellor testnet validator.
- [Slashing Rules for Validators](https://docs.tellor.io/tellor/running-palmito-testnet/run-a-layer-validator/jailing-and-unjail-ing.md): Slashing, jailing, and how to unjail your validator.
- [Run a Data Reporter (testnet)](https://docs.tellor.io/tellor/running-palmito-testnet/run-the-data-reporter.md): Operate a Data Reporter!
- [Updating reporterd](https://docs.tellor.io/tellor/running-palmito-testnet/run-the-data-reporter/updating-reporterd.md): Steps for updating your reporter daemon.
- [Unjail Your Reporter](https://docs.tellor.io/tellor/running-palmito-testnet/run-the-data-reporter/unjail-your-reporter.md): Example command to unjail your reporter:
- [Switch Reporter or Selector](https://docs.tellor.io/tellor/running-palmito-testnet/run-the-data-reporter/switch-reporter-or-selector.md): Steps for changing your reporter selection.
- [Withdraw TRB (to Sepolia)](https://docs.tellor.io/tellor/running-palmito-testnet/bridge-back-to-sepolia.md): How to get your funds back to Ethereum
- [Withdraw Using CLI](https://docs.tellor.io/tellor/running-palmito-testnet/bridge-back-to-sepolia/withdraw-using-cli.md): Exit tellor permissionlessly even if the front-end is down.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.tellor.io/tellor/running-palmito-testnet.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
