Agora Next Updates: Wallet Login Without a Wallet
A single broad pull request adds Privy-based embedded wallet login for the civic tenant, letting members without a self-custodial wallet sign in and vote gaslessly, while keeping the change isolated behind a tenant-specific toggle.
Duration: PT2M5S
Episode overview
This episode is a short developer briefing from Agora Next Updates.
It explains recent repository work in plain language.
- Show: Agora Next Updates
- Published: 2026-07-07T06:02:32Z
- Audio duration: PT2M5S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, it's July 7th, 2026, and this is Agora Next Updates.
Today's activity centers on one significant change: bringing embedded wallet login to civic members who don't already have a crypto wallet.
PR fifteen sixty-seven introduces Privy for email and social login, paired with embedded wallets, so civic tenant members can sign in using standard SIWE authentication and then delegate or vote — all gaslessly, routed through the existing relayer. This lowers the barrier to participation significantly. Members no…
The engineering approach here is worth noting. The feature is gated behind a per-tenant toggle, referred to in the code as "privy login." That means no other tenant's behavior changes, and the relayer path that already works stays exactly as it was. This is a deliberate isolation strategy — broad in scope, touching…
Under the hood, the Privy wagmi package exposes the embedded wallet as a standard wagmi connector, which is what allows it to slot into the existing sign-in and voting flow without rebuilding that logic from scratch.
The one review comment on this pull request suggests it got at least some scrutiny, though with only one comment on a broad change touching…
Nearby episodes from Agora Next Updates
- Weekly Recap - Wallet Access & Readability
- Weekly Recap - Observability Infrastructure & User Experience Polish
- Mirador SDK Integration and Observability
- UI Polish and Infrastructure Upgrades
- Notification System Migration and Transaction Monitoring
- User Experience Improvements
- Weekly Recap - Major Framework Upgrade and API Evolution
- User Feedback System Addition