탈중앙화 소셜 네트워크 (DeSo)
소셜 그래프와 사용자 데이터가 탈중앙화 프로토콜에 저장되어, 사용자가 자신의 팔로워와 콘텐츠에 대한 완벽한 소유권을 갖는 소셜 미디어 플랫폼.
가장 큰 오해는 'DeSo에는 검열이 전혀 없다'는 것입니다. 기저에 있는 '프로토콜' 자체는 검열할 수 없지만, 사용자가 실제로 화면으로 보는 '프론트엔드 앱'은 현지 법률과 앱스토어 규정을 준수하기 위해 불법 콘텐츠를 필터링(검열)합니다. 중요한 차이점은 사용자가 원하면 언제든 검열 없는 다른 프론트엔드로 데이터를 잃지 않고 옮겨갈 수 있다는 것입니다.
graph LR
Center["탈중앙화 소셜 네트워크 (DeSo)"]:::main
Pre_blockchain["blockchain"]:::pre --> Center
click Pre_blockchain "/terms/blockchain"
Rel_lens_protocol["lens-protocol"]:::related -.-> Center
click Rel_lens_protocol "/terms/lens-protocol"
Rel_farcaster["farcaster"]:::related -.-> Center
click Rel_farcaster "/terms/farcaster"
Rel_decentralized_application_dapp["decentralized-application-dapp"]:::related -.-> Center
click Rel_decentralized_application_dapp "/terms/decentralized-application-dapp"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧠 지식 테스트
🧒 5살도 이해할 수 있게 설명
기존 SNS에서 팔로워를 모으는 것은 대기업이 소유한 땅에 집을 짓는 것과 같습니다. 기업이 당신에게 화가 나면 당신을 쫓아내고 집을 빼앗을 수 있습니다. 탈중앙화 소셜 네트워크는 당신이 직접 소유한 마법의 기초 위에 집을 짓는 것과 같습니다. 만약 동네(앱의 디자인이나 운영)가 마음에 들지 않으면, 집과 친구들을 통째로 들어서 순식간에 다른 동네로 이사할 수 있습니다.
🤓 Expert Deep Dive
아키텍처 모델(블록체인 vs 연합형): 연합형 네트워크(Mastodon의 ActivityPub)는 자원봉사자가 운영하는 독립 서버들에 의존하며 블록체인이 필요 없지만, 서버 운영자에 의한 검열 위험이 있습니다. 블록체인 기반 소셜 그래프(Lens, Farcaster)는 NFT나 DID를 사용해 신원을 분산 원장에 영구적으로 기록합니다. 데이터 가용성(DA)과 확장성: 막대한 양의 이미지와 텍스트를 이더리움에 직접 저장하는 것은 비용이 너무 많이 듭니다. 따라서 최신 DeSo 프로토콜은 오프체인 DA 레이어를 사용합니다. Lens의 'Momoka'나 Farcaster의 'Hubs'가 그 예로, 실제 메시지 데이터는 오프체인에 저장하고 암호학적 증명(Proof)만 블록체인에 기록하여 Web2 수준의 확장성을 확보합니다.
❓ 자주 묻는 질문
What is a 'Social Graph'?
A social graph is the map of your relationships on a network—who you follow, who follows you, and how you interact. In DeSo, you own this map.
Can I be censored on a decentralized social network?
Yes and no. A specific app (front-end) can hide your posts, but they cannot delete your posts from the underlying blockchain protocol. You can always use a different app to reach your audience.
What is the difference between Mastodon and Farcaster?
Mastodon is a 'federated' network where data lives on independent servers run by volunteers. Farcaster uses blockchain cryptography to guarantee identity and off-chain Hubs for data storage.