Try out `<virto-connect>` - Transact without wallets or tokens

virto-connect is a simple front to make interaction with our trustless holy grail combo convenient: pallet-pass(no wallets) + “nft memberships with gas tank”(no tokens - part of my proposed tokenless sustainability model).

Behind the scenes pass works similar to pure proxies, it gives you a regular keyless SS58 account and allows you to register “devices” that can dispatch calls on behalf of the SS58 address, passkeys are the first kind of devices but more forms of authentication will come like verification of ZK proofs or oauth tokens.

Then you have the nft memberships, in Kreivo it’s configured centered around DAOs, with some KSM anyone can create a DAO and buy these special nfts that come with a “gas tank” and were minted by the governance of the protocol, in our case only DAOs can use the memberships to assign them to their users in whatever way the organization sees fit, for the demo a bot acting on behalf of a test DAO will give your pass account the membership it needs to submit extrinsics without having any balance. The bot is a centralized component but totally optional, you can have a DAO that adds members in other ways in including smart contracts.

2 Likes