π Wallet-to-Wallet Call Flow
π Page 2: Wallet-to-Wallet Call Flow
Conneth introduces a revolutionary communication protocol where users can initiate voice or video calls using only wallet addresses β no phone numbers, no apps, no third parties.
This is made possible through a combination of on-chain identity, domain naming, and WebRTC.
π Call Flow Overview
User A initiates a call to a wallet domain like
ai.tropa.conneth
The domain resolves to a Solana wallet address
A connection request is sent through Connethβs P2P relay node system
User B receives a ring notification (in dApp or browser extension)
If accepted:
A WebRTC session is established directly between the peers
The connection metadata is logged on-chain (optional)
Call ends β participants may rate the interaction (future DAO feature)
π§ Key Components
Conneth Domain (e.g. ai.tropa.conneth)
Acts as username / call handle
PoC Graph
Optional: boosts trust / anti-spam filters
WebRTC Engine
Direct peer-to-peer voice/video stream
Conneth Relayer
Handles initial signaling between users
Smart Contract
Verifies caller permissions, optionally logs call
π§± Call Eligibility Rules
β Caller must have a PoC with the callee or
β Caller must not be flagged as spam by Trust Score engine
β Anonymous wallets with zero PoCs or flagged behavior are auto-rejected
π Future: paid filters to allow non-friend calls via $CONN stake
π Privacy & Encryption
All wallet calls are end-to-end encrypted (via WebRTC)
No call audio or video is recorded or stored
Caller and callee metadata (wallets, duration, timestamp) may be stored on-chain only if users opt in
π¦ Use Cases
β DAO admins calling contributors via wallet address
β Community calls inside Conneth ecosystem
β Verified peer-to-peer business, hiring, or dating calls
β Anonymous voice chats in social Web3 spaces
π Future Features
πΉ In-call profile previews (PoC, Trust Score, badges)
π§± $CONN micro-payment per minute for premium calls
π External dApp integration via Conneth Wallet Call API
π Missed call inbox via on-chain message indexer
Last updated