# Mantra Pruned

<table><thead><tr><th width="201">Chain</th><th>Age</th></tr></thead><tbody><tr><td>Dukong-Testnet</td><td>24-12-01</td></tr></tbody></table>

*Snapshots are taken automatically every 1 week.*

**Mantra Testnet**

**1** - Stop the service

```bash
systemctl stop mantrachaind
```

**2** - Download the file

<pre class="language-bash"><code class="lang-bash"><strong>aria2c -j 22 -x 16 -c https://snapshots.stakepool.dev.br/mantra-pruned.tar.lz4
</strong></code></pre>

3 - Run:

```bash
lz4 -d mantra-pruned.tar.lz4 | tar xvf -
```

\\


---

# 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.stakepool.dev.br/mantra/snapshots/mantra-pruned.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.
