The End of the Walled Garden: How Portable Social Graphs and Algorithm Choice Actually Work
Decentralized protocols like the AT Protocol and ActivityPub are fundamentally changing social media by allowing users to own their connections and choose their own algorithms.
By Factlen Editorial Team
- Open-Web Advocates
- Argue that users must own their digital identity and connections to prevent corporate lock-in and censorship.
- Public Health Researchers
- Emphasize that giving users control over their algorithms is crucial for mitigating the mental health impacts of engagement-optimized feeds.
- Centralization Proponents
- Warn that decentralized networks struggle with unified content moderation, spam prevention, and mainstream user experience.
What's not represented
- · Independent App Developers
- · Digital Advertisers
Why this matters
For the first time in the modern social media era, users are gaining the ability to leave toxic platforms without abandoning their friends or audiences. This shift transfers power from corporate algorithms back to the individual, fundamentally changing how we consume information and protect our digital well-being.
Key points
- Decentralized protocols like ActivityPub and the AT Protocol are dismantling the 'walled garden' model of traditional social media.
- Portable social graphs allow users to migrate their accounts between different servers without losing their followers or data.
- Algorithm choice decouples the network from the feed, letting users select how their content is curated and ranked.
- Researchers suggest that giving users control over their algorithms can significantly reduce exposure to toxic, engagement-optimized content.
For the better part of two decades, joining a social network meant signing a Faustian bargain. Users traded their data, their attention, and their social connections for access to a centralized platform. If the platform's algorithm shifted to favor outrage over connection, or if the interface became cluttered with irrelevant advertisements, users had little recourse. Leaving meant abandoning the audience and friendships they had spent years cultivating. This dynamic, often referred to as the "walled garden" model, fundamentally locked users into proprietary ecosystems.[5]
But the architecture of the social internet is undergoing a profound structural shift. Driven by a combination of user fatigue, regulatory scrutiny, and technological breakthroughs, the industry is moving toward a model based on open protocols rather than closed platforms. At the center of this transition are two foundational concepts: the "portable social graph" and "algorithm choice." Together, they promise to dismantle the walled gardens and return control of the digital public square to the users themselves.[2][5]
To understand this shift, it is helpful to look at how email works. When a user sends an email from a Gmail account to a Yahoo account, the message arrives seamlessly because both services use a shared, open protocol called SMTP. The user is not forced to convince their friends to join Gmail just to communicate with them. For years, technologists have argued that social media should function the same way—as a shared utility rather than a private silo.[3][5]
The first major breakthrough in this effort was ActivityPub. Published as an official recommendation by the World Wide Web Consortium (W3C) in January 2018, ActivityPub is a decentralized social networking protocol based on the ActivityStreams data format. It provides a standardized way for different servers to exchange content and notifications. ActivityPub became the defining standard of the "Fediverse," a network of independently managed servers running software like Mastodon, which gained significant mainstream traction following the turbulent acquisition of Twitter in 2022.[1][6]
While ActivityPub proved that decentralized social networking was viable at scale, a newer standard called the Authenticated Transfer Protocol (AT Protocol) emerged to address lingering challenges around user experience and seamless account migration. Originally developed by Bluesky Social PBC and introduced in 2022, the AT Protocol is currently undergoing standardization within the Internet Engineering Task Force (IETF). It introduces a modular architecture designed specifically to solve the "lock-in" problem once and for all.[2][3]
The cornerstone of this new architecture is the portable social graph. In a traditional social network, a user's identity, their posts, and their list of followers are stored on the company's private servers. If the company shuts down or bans the user, that data is gone. The AT Protocol changes this by decoupling the user's data from the application they use to view it.[2]

This is achieved through Decentralized Identifiers (DIDs). A DID is a cryptographically secure, portable record that serves as a unique identifier for a user, often tied to a custom domain name. When a user creates an account on an AT Protocol network, their data—posts, likes, and follows—is stored in a self-authenticating "data repository." Because the user controls the cryptographic keys to this repository, they truly own their digital presence.[2][3]
A DID is a cryptographically secure, portable record that serves as a unique identifier for a user, often tied to a custom domain name.
The practical implication of the portable social graph is profound. If a user becomes dissatisfied with the server hosting their data, or if they prefer the interface of a competing app, they can simply migrate their account. As the protocol's developers explain, it is akin to moving to a new city: instead of leaving your belongings and contacts behind, you pack up your data and take it with you. Your followers seamlessly remain connected to your new location without having to update anything on their end.[2][3]
If the portable social graph solves the problem of network lock-in, the concept of "algorithm choice" solves the problem of feed manipulation. In centralized platforms, the recommendation algorithm is a closely guarded trade secret, optimized entirely for maximizing user engagement and ad revenue. Users are subjected to a single, monolithic feed over which they have no meaningful control.[5]
Decentralized protocols fundamentally separate the "speech" layer from the "reach" layer. The base protocol simply handles the hosting and distribution of posts (speech). The aggregation and ranking of those posts (reach) is handled by separate, interchangeable services. This means the algorithm is no longer hardcoded into the network; it is a modular component that the user can swap out at will.[2][3]

On platforms utilizing the AT Protocol, users can subscribe to custom feeds created by third-party developers. A user might choose a strictly chronological feed of their friends for the morning, switch to a feed curated by scientists for industry news in the afternoon, and select a feed optimized for positive, uplifting content in the evening. The power to dictate what gains visibility shifts from a corporate black box to an open marketplace of algorithms.[2]
This shift has significant implications for public health. Researchers studying online mental health communities have long noted that algorithmic design choices involve severe trade-offs. Engagement-optimized algorithms often amplify intergroup hostility, affective polarization, and toxic discourse because those emotions reliably keep users scrolling.[4]
By introducing algorithm choice, users are empowered to opt out of the outrage machine. Studies analyzing algorithmic matching in online support communities demonstrate that giving users agency over how they connect and consume information can drastically improve the quality of interactions and reduce exposure to harmful content. When users can choose their algorithm, developers are incentivized to build feeds optimized for well-being and relevance rather than pure attention extraction.[4][5]

Despite the immense promise of portable social graphs and open algorithms, the decentralized model faces significant hurdles. The most pressing challenge is content moderation. In a walled garden, a central authority can swiftly remove spam, hate speech, and illegal content across the entire network. In a federated system, moderation becomes a complex, distributed responsibility.[5]
To address this, protocols are pioneering "composable moderation." Instead of a single trust and safety team, users can subscribe to independent moderation services—often called "labelers"—that automatically filter or flag content based on specific community standards. A user might subscribe to a strict anti-spam labeler and a family-friendly content filter, layering these services on top of their chosen algorithm. While innovative, this requires users to take a more active role in curating their safety.[2][5]
Furthermore, the infrastructure costs of decentralized networks remain a point of friction. Storing and syncing cryptographic data repositories across thousands of independent servers requires significant bandwidth and compute power. As these protocols scale to accommodate hundreds of millions of users, the ecosystem will need to develop sustainable business models—likely shifting from targeted advertising to premium hosting fees or subscription-based algorithmic services.[2][5]
Ultimately, the mainstreaming of ActivityPub and the AT Protocol represents a maturation of the social web. By standardizing identity, data portability, and algorithmic choice, these technologies are rebuilding the internet's public square on a foundation of user autonomy. The era of the walled garden is slowly giving way to an open ecosystem where users are no longer the product, but the architects of their own digital lives.[1][3][5]
How we got here
Jan 2018
The W3C officially publishes ActivityPub as a recommended standard for decentralized social networking.
Oct 2022
Bluesky introduces the AT Protocol, focusing on account portability and algorithmic choice.
Feb 2024
Bluesky opens federation, allowing independent servers to connect to its network.
Jan 2026
The Internet Engineering Task Force (IETF) advances the standardization process for the AT Protocol's core architecture.
Viewpoints in depth
Open-Web Advocates
Argue that users must own their digital identity and connections to prevent corporate lock-in and censorship.
This camp views the centralized social media model as a historical anomaly that deviated from the internet's original decentralized architecture. They argue that just as no single corporation owns email or the web itself, no single entity should own the global public square. By standardizing protocols like ActivityPub and the AT Protocol, they believe users can reclaim their property rights over their digital identities, ensuring that their social graphs cannot be held hostage by platform policy changes or corporate acquisitions.
Public Health Researchers
Emphasize that giving users control over their algorithms is crucial for mitigating the mental health impacts of engagement-optimized feeds.
Researchers focusing on digital well-being argue that the mental health crisis associated with social media is largely a product of algorithmic design, not the networks themselves. Because centralized platforms rely on advertising revenue, their algorithms are tuned to maximize time-on-site, often by surfacing enraging or polarizing content. This perspective champions 'algorithm choice' as a vital public health intervention, allowing users to actively select feeds optimized for chronological updates, educational content, or positive community support, thereby breaking the cycle of algorithmic doomscrolling.
Centralization Proponents
Warn that decentralized networks struggle with unified content moderation, spam prevention, and mainstream user experience.
Critics of the decentralized model point out that walled gardens exist for a reason: they provide a seamless, safe, and curated user experience. This camp argues that federated networks place an unreasonable burden on the average user, who must now navigate cryptographic identities, select their own moderation labelers, and choose their own algorithms. Furthermore, they warn that without a central trust and safety team, decentralized networks are inherently more vulnerable to coordinated spam campaigns, infrastructure fragmentation, and the proliferation of unmoderated echo chambers.
What we don't know
- How decentralized networks will sustainably fund the massive server and bandwidth costs required to host millions of portable data repositories.
- Whether mainstream users will tolerate the added friction of managing cryptographic identities and selecting independent moderation services.
- How regulatory bodies will approach content moderation and liability on networks where no single corporation controls the data.
Key terms
- AT Protocol
- An open standard for decentralized social networking that separates user data from the applications used to view it, enabling account portability and algorithm choice.
- ActivityPub
- A decentralized social networking protocol published by the W3C in 2018, serving as the foundational technology for the Fediverse and platforms like Mastodon.
- Decentralized Identifier (DID)
- A cryptographically secure, portable record that serves as a unique identifier for a user, allowing them to own their digital identity independent of any single platform.
- Fediverse
- A network of independently managed, interconnected servers that communicate using shared protocols like ActivityPub.
- Walled Garden
- A closed technology ecosystem where the provider has total control over the applications, content, and user data, making it difficult for users to leave.
Frequently asked
What is a portable social graph?
A portable social graph is a digital architecture where your identity, posts, and followers are tied to a cryptographic identifier you control, rather than a specific company's server. This allows you to move your account to a different app without losing your connections.
How is this different from downloading my data?
Downloading your data from a traditional platform gives you a static archive, but you still lose your active connections. A portable social graph allows you to migrate your live account to a new provider while keeping your followers seamlessly connected.
What is algorithm choice?
Algorithm choice is the ability to select how your social media feed is curated and ranked. Instead of being forced to use a platform's proprietary algorithm, you can subscribe to custom feeds created by third parties, such as a strictly chronological feed or one focused on specific topics.
Can I still be banned on a decentralized network?
Individual servers or apps can ban you from their specific service, but because you own your underlying data and identity, you can simply migrate your account to a different server that welcomes your content.
Sources
[1]W3COpen-Web Advocates
ActivityPub
Read on W3C →[2]AT ProtocolOpen-Web Advocates
The AT Protocol
Read on AT Protocol →[3]WikipediaOpen-Web Advocates
AT Protocol
Read on Wikipedia →[4]JMIRPublic Health Researchers
Matching for Peer Support: Exploring Algorithmic Matching for Online Mental Health Communities
Read on JMIR →[5]Factlen Editorial TeamCentralization Proponents
Synthesis by Factlen editorial team
Read on Factlen Editorial Team →[6]WikipediaOpen-Web Advocates
ActivityPub
Read on Wikipedia →
More in technology
See all 5 stories →Right to Repair
Right to Repair Laws Take Effect Across the US, Saving Consumers Billions and Slashing E-Waste
7 sources
Digital Wellness
Why Consumers Are Ditching Smartwatches for Screen-Free Wearables
8 sources
RISC-V Adoption
How the Open-Source RISC-V Architecture Captured 25% of the Global Chip Market
6 sources
Every angle. Every day.
Get technology stories with full source coverage and perspective breakdowns delivered to your inbox.









