Skip to main content
All CollectionsGameplayGuilds
How to Transfer a Shard
How to Transfer a Shard
Updated over a week ago

This guide will cover two different ways on how to transfer a guild shard:

  • The first is if you have the Shard in your wallet and have access to a Pixels account with the wallet.

  • The second is if you removed your wallet and no longer have access to a Pixels account.

Transferring a Shard from the Dashboard

If the wallet connected to your account is not the one with a Shard, this method will not work for you. Go to the next method

  1. First go to the Guilds Dashboard and select the Guild that you own the Shard for.

  2. Underneath the Buy Price/Sell Price section, there will be a button to Transfer your Shard(s). If you do not have a Shard for this Guild, this option will not be available for you:

  3. When you select the Transfer button, you will need to sign with the Ronin wallet that is attached to your account.

  4. A transfer Guild Shard Menu will appear. Type in the address for the other party who you are transferring the Shard to, and select the amount. Note that selecting Max will send all of your Shards to this person.

  5. Approve the transaction in your Ronin wallet. You will either require gas for the transaction, or you will need a free transaction.

You have now transferred your Shard to the selected party.

Transferring A Shard Via Contract

This method is slightly more difficult. If you have access to a Pixels account with the same wallet as the one holding your Shard, that would be easier.

  1. First get a copy of your Guild Membership token. You can do this via various ways, but the easiest would be to go to the Guild page, and select the token ID. This is unique per guild, so you need the one for your particular guild.

  2. Next, we will go to the Write Contract Section of the Guild Membership Contract page.

  3. Login to your Ronin wallet that currently holds the Guild Shard.

  4. Then, either scroll down to where it says "safeTransferFrom" or type it in the filter by method bar as shown. Fill in the details with your relevant information:

    from(address): The Ronin wallet that holds the Guild Shard
    to (address): The Ronin wallet that you are transferring the Guild Shard to
    id (uint256): The Guild Token ID [as collected above from the Guild Page]
    value (uint256): The amount of tokens you want to transfer
    data (bytes): 0x00

  5. When you have completely entered all the required information, click Write and you will be asked to sign the transaction to transfer the Shard. You will either require gas for the transaction, or you will need a free transaction.

    You have now transferred your Shard to the selected party.

Did this answer your question?