Staking Support

Staking Integration

Matrica can integrate your current staking platform so that holders do not lose their roles when they stake. To get started with staking, contact your Matrica representative and provide them with

If both transactions interact with the same contract, we can add the information to our parser and it will detect staking and unstaking transactions for your collection.

If your staking does not have a contract, i.e it is a vault, you will need to provide us with an API where we can read a list of stakers and their NFTs. Ideally the format should be:

[
   wallet_id1: [nft_id1, nft_id2, nft_id3...],
   wallet_id2: [nft_id1, nft_id2, nft_id3...],
   wallet_id3: [nft_id1, nft_id2, nft_id3...],
   ...
]

Last updated