Chat

SyncEcho Chat offers a powerful, secure, and interoperable wallet to wallet interaction architecture designed for Web3. It leverages SyncID for identity management, enabling cross-chain and multi-platform interoperability. Built on Cardano's blockchain and utilizing decentralized protocols like WebRTC, SyncAI aims to redefine communication between users.

Technical Implementation:

1. SyncID Authentication: SyncID is the foundational identity layer for SyncAI, providing a reference point that combines proof of personhood, blockchain networks, and social platforms into a single federated identity. Users should authenticate their SyncIDs before accessing SyncEcho

{
  "SyncID": {
    "ADA_Address": "addr1qyrhfdkidh....",
    "Twitter_ID": "@bob_in_crypto",
    "Telegram_ID": "@Bob_Tele",
    "Biometric_Hash": "hash123"
  }
}

2. Communication Encryption: It employs end-to-end encryption for all communications. This ensures confidentiality and integrity for text, voice, and video communications.

3. VOIP via WebRTC: The Voice over IP (VOIP) protocol is integrated using WebRTC. This protocol provides real-time communication with low latency for voice and video calling. SyncAI's decentralized signaling servers manage the connection, ensuring redundancy and fault tolerance.

4. Chat & Messaging: SyncEcho's chat capabilities are versatile, supporting direct messages (DMs), voice notes, stickers, and GIFs. The decentralized architecture ensures no single point of failure while delivering rapid communication. Message data is stored in decentralized storage (e.g., IPFS/IAGON), and messages are indexed by SyncID:

{
  "messageID": "uuid12345",
  "senderSyncID": "0x123abc456def...",
  "receiverSyncID": "0x456def789ghi...",
  "encryptedmessageContent": "43598345123kshasad9872q3",
  "timestamp": "2024-05-05T12:00:00Z"
}

5. Cross-Chain Messaging: By leveraging SyncID, SyncAI achieves cross-chain and cross-web communication. This allows interactions between different blockchain networks, abstracting the complexities:

  • Example: Wallet addresses can interact with Cardano-based wallets using SyncAI’s cross-chain messaging relay.

  • Socials Integration: SyncID links social media accounts and wallets, enabling direct messaging from a any social media handle to a blockchain address and vice versa.

Key Features:

FeatureProtocol

Messages

SyncEcho's Messaging Layer

Group Chats

SyncEcho's Messaging Layer

Reactions

SyncEcho's Messaging Layer

Voice Notes

SyncEcho's Messaging Layer

Stickers & GIFs

SyncEcho's Messaging Layer

WebRTC

WebRTC

Last updated