$BACKPACK
Trending UpSnapshot Window: 2026-07-25 17:10 UTC ยท โ Back to Crypto Overview
Social Momentum Summary
Total Engagement - Comments: 0, Retweets: 0, Likes: 0, Impressions: 16
Verbatim Community Citations & Social Evidence 1 source posts analyzed
Q2 Capstone Demo - 3 Aegis, by @harshS_16 A non-custodial @solana protocol for threshold-based key rotation, allowing users to safely recover account access via pre-registered guardians without relying on trusted third parties. github.com/HarshS1611/aeg โฆ watch the full demo [Spoken audio]: My project is Agis Protocol. So basically it's a non-pastodian social recovery protocol. So basically let's say I have 100,000 worth of Solana in my wallet and the key gets lost. So my whole funds are gone forever. So basically how it works. So basically the owner can add their trusted wallet address as guardians and set a threshold. say the owner adds five guardians and sets up threshold for let's see at least four have to approve before the recovery triggers so basically they are two roles for the world owner second is the guardian and I'll show it in the app so let me launch the app and as you can see this owner has this vault and I have 1.8 soul in the vault balance and I have two currently two guardians which is this and this addresses so and I can also configure the I can also add or remove any guardian approve like add threshold I added two and also set the activity window and as you can see the last activity was on 20th June and I can ping or let's interact with this wall so that it can give a bit the last activity and give a proof of my activity and liveliness So let's say for let's say I want to make this as a new world owner as I have lost this wallet address so the wallet guardians which are these so they can add so they can propose this as a new world owner so let me initiate confirm so as you can see the recovery process has started and the first guardian have to approve the recovery and as a as a current vault owner you can see the recovery has started and you can also cancel the recovery and the second owner the second owner also sees the second guardian also sees that the recovery has started this is the proposed new owner and one have approved the recovery process and the second one also approves the recovery process and yeah as you can see the new owner is this wallet so let me switch to the new wallet yeah as you can see this new wallet becomes the new owner of this vault and as a new owner you can either deposit or withdraw sold from this vault so let's say I withdraw this so yeah as you can see the wallet has changed and I got 2.4 soul in my wallet so yeah and I've created this repo this is the architecture so basically the owner wallet creates a new world assigned Guardian Guardian addresses so and the the owner can initialize wallet deposit and withdraw add and remove Guardian and to remain active they have to ping every time. I can set days to one day, two days, 30 days. So every 30 days, it can, like I have to manually ping this so that the world knows that I'm still active, that I have not forgotten my password. So yeah, and I've created the structured readme for frontend and the anchor program. I've used LightSVM as the test for efficiency. So yeah, this is my project.