urbit / bridge

An application for interacting with Azimuth.
MIT License
95 stars 25 forks source link

Can we use standard Eth wallet NFT transfer functions to transfer (L1) Azimuth points? #1074

Closed m-rio closed 1 year ago

m-rio commented 1 year ago

Say we purchased L1 Azimuth points in OpenSea. We now have the point in our eth wallet. Can we use the NFT transfer function to transfer the point to another wallet or do we need to use Bridge for this operation?

Fang- commented 1 year ago

L1 Azimuth points support the ERC721 NFT standard, and as such should be transferable through other wallet software. You don't strictly need to use Bridge to do transfers in most cases. Of course, we can make no guarantees about that other software.

It's also worth noting that using the standard/generic transfer functionality, your point will always be reset. Its networking keys will be set to zero, and it will be flagged as having breached. If you are presently running an Urbit using that ID, this may be undesirable.

m-rio commented 1 year ago

Your second paragraph is very clarifying. It may be worth mentioning this in the bridge guide.

I supposed that when we use bridge we can set the "Retain proxies and key configuration, in case of transferring to self" flag, whereas using another wallet to transfer we can't which means we will always "breach" the urbit id.