# Snapshot

**Step 1: Download snapshot.**

{% code overflow="wrap" %}

```
curl -o - -L https://snapshot.cascadia.foundation/$(curl -s https://snapshot.cascadia.foundation/info.txt | jq -r .filename) | lz4 -c -d - | tar -x -C $HOME/.cascadiad data
```

{% endcode %}

{% hint style="info" %}
Cascadia's most recent snapshot can be found [here](https://snapshot.cascadia.foundation/).
{% endhint %}
