dao
September 2, 2021, 9:01am
1
by 0xb083d214a934f556580f850b8dbcfeccefe8ed8b (AlexMarks3D#ed8b)
While keeping land on a hard wallet, there is a security/convenience trade-off. Every sign in, transaction, and land permission becomes tedious when having to manually approve everything on the Hardware wallet with a pin. Would be great to give access permissions to another wallet address.
Vote on this proposal on the Decentraland DAO
View this proposal on Snapshot
1 Like
yemel
September 2, 2021, 2:21pm
2
AFAIK your options at the moment are:
VP Delegation : Using Snapshot
approvedForAll : set a wallet as co-owner of other (can transfer and deploy)
updateManager : set a wallet as updateOperator of all land (delopy only)
updateOperator : permissions to deploy on a particular LAND or ESTATE.
The last 3 options require a transaction on Ethereum from the owner, calling the contracts. You can do it on etherscan.
Check this recap for a more detailed explanation:
LAND Ownership & Permissions
The owner concept for ERC721s and LAND
The ERC721 standard defines the concept of owner β the principal person allowed to transfer an ERC721. It also introduces the concept of approved β someone who is able to transfer an ERC721, but canβt set other allowed users. Lastly, it has the concept of approvedForAll; an owner-wide role that can transfer any ERC721 of the owner, and also set approved roles.
Transfer Role
Object of the Role
Who can change it
owner
an β¦
2 Likes