# Ping Pub operation

Welcome to the Empe Testnet ecosystem! Using [Ping Pub](https://testnet.ping.pub/empe), you can interact with the blockchain by performing various actions, such as:

* Staking tokens to validators.
* Delegating your tokens to secure the network.
* Voting on governance proposals to influence network decisions.
* Sending tokens to other participants.

Each action is detailed in separate guides:

1. [Staking Guide](https://docs.empe.io/user-guide/staking)
2. [Voting Guide](https://docs.empe.io/user-guide/vote)
3. [Sending Tokens Guide](https://docs.empe.io/user-guide/send)

Make sure you have:

* A connected wallet with test tokens.
* Access to the [Ping Pub dashboard for Empe Testnet](https://testnet.ping.pub/empe).
* Sufficient tokens for gas fees.

Let’s dive in!


---

# 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.empe.io/user-guide/introduction.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.
