# KLX On-Chain Metadata Update

Stable metadata URI to set on-chain:

```text
https://kloxe.org/klx-metaplex.json
```

Mint address:

```text
AB6jGvxUnju3FQmBZV6dVTQ3uCWMgkY6nrPUqdWoaHUo
```

Expected on-chain metadata values:

- Name: Kloxe
- Symbol: KLX
- URI: https://kloxe.org/klx-metaplex.json

## Metaplex CLI Command

Run this only from the wallet that is the update authority of KLX:

```bash
mplx toolbox token update AB6jGvxUnju3FQmBZV6dVTQ3uCWMgkY6nrPUqdWoaHUo --name "Kloxe" --symbol "KLX" --uri "https://kloxe.org/klx-metaplex.json"
```

## Metaboss Alternative

If using Metaboss with a local keypair file:

```bash
metaboss update uri --keypair PATH_TO_UPDATE_AUTHORITY_KEYPAIR.json --account AB6jGvxUnju3FQmBZV6dVTQ3uCWMgkY6nrPUqdWoaHUo --new-uri https://kloxe.org/klx-metaplex.json
```

## Important

Never share a Secret Recovery Phrase or private key. The transaction must be
signed locally by the wallet that controls the KLX update authority.

If the token metadata was made immutable, the URI cannot be changed.
