> For the complete documentation index, see [llms.txt](https://docs.hop.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hop.exchange/developer-docs/hop-node/running-a-hop-bonder/configuring-the-bonder/keystore/keystore-local-passphrase.md).

# Keystore Local Passphrase

Storing the keystore passphrase locally is as simple as adding it to the config file.

***Note**: The entirety of the config file will be explained in the next section, so feel free to move on and return here when you need to add the keystore config.*

Update your config `~/.hop/config.json` to use the passphrase:

```json
{
  "keystore": {
    "location": "~/.hop/keystore.json",
    "pass": "myPassword"
  }
}
```
