Snapshots

Under the "Verification" tab, next to each of your rules, you will find a "Snapshot" button. The Snapshot button will provide you with information, in a .json file, of your verified holders for the specific role that you chose to snapshot.

The information is given in the following format:

[
  {
    id: "walletid",
    nfts: ["nft1", "nft2", ...],
    group: 1
  },
  { ... }
]

The group attribute represents the user, entries with the same group mean that they are part of the same user.

If you are looking for a snapshot that includes Discord id's, please reach out to the Matrica Team to unlock Snapshot+.

Last updated