πŸ“ž 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

  1. User A initiates a call to a wallet domain like ai.tropa.conneth

  2. The domain resolves to a Solana wallet address

  3. A connection request is sent through Conneth’s P2P relay node system

  4. User B receives a ring notification (in dApp or browser extension)

  5. If accepted:

    • A WebRTC session is established directly between the peers

    • The connection metadata is logged on-chain (optional)

  6. Call ends β€” participants may rate the interaction (future DAO feature)


🧠 Key Components

Component
Function

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