···11+---
22+template:
33+slug: identity
44+title: atproto and ownership of identity
55+subtitle: The new age of social-enabled apps
66+date: 2025-01-18
77+draft: false
88+---
99+1010+[atproto](https://atproto.com) is very exciting to me as it's the
1111+perfect abstraction between the identity and user data layer, and the
1212+application layer. Compare that to the fediverse and some striking
1313+differences become apparent.
1414+1515+On the fediverse, your application -- Mastodon, Pleroma, WriteFreely,
1616+whatever -- and your user account are tied together. Your presence on say
1717+fosstodon.org isn't the same as what you'd use on Lemmy. This is
1818+partially due to both services implementing entirely different schemas
1919+of the ActivityPub spec[^1], and due to how AP addressing works: so
2020+@user@fosstodon.org is fundamentally distinct from @user@lemmy.ml.
2121+2222+[^1]: Or in case of the Big M, doing things mostly their own way.
2323+2424+atproto solves this using Personal Data Servers (PDS)[^2] and
2525+domain-based identities. This now allows for two levels of ownership:
2626+1. **Ownership of identity**: Use your own domain and now that's your
2727+ account across all of atproto.
2828+2. **Ownership of data**: Run your own PDS and store all of your data
2929+ yourself.
3030+3131+[^2]: [atproto for distributed systems
3232+ engineers](https://atproto.com/articles/atproto-for-distsys-engineers) is recommended reading.
3333+3434+Thanks to this, users can re-use the same [DID](https://atproto.com/guides/identity)
3535+across other apps built on atproto. Consequently, new social apps have
3636+their two biggest problems solved for free:
3737+3838+1. The need for a new account (for users), and
3939+2. The social graph.
4040+4141+This paves the wave for all kinds of new "social-enabled" services to
4242+emerge: forums, long-form writing, and potentially even more complex
4343+ones like code forges and more -- all sharing the same account.
4444+4545+Further, the separation of the app and user layers now allows for
4646+building "apps" that are viable businesses. The app layer can be a
4747+monetized service much like Bluesky's supposed "premium" model that's in
4848+the works. This is a good thing -- a financially viable open network is
4949+one that sticks around longer.
5050+5151+There's also signs of early VC interest in atproto.
5252+[skyseed.fund](https://skyseed.fund/) is a fund focused solely on
5353+backing atproto projects. I predict this is the first of many. Given
5454+that building on atproto is so much easier than building a traditional
5555+social app from ground up, startups here can be small and scrappy
5656+without needing much seed capital to take off. Bluesky already having
5757+done the hard part of acquiring its 27M strong userbase, as of this
5858+writing, is the icing on the cake.
5959+6060+So yes, bottom line, I think atproto has a promising future. There's a
6161+ton of cool stuff being built atop it already and as the network and
6262+protocol improve, I predict a new age of social apps with user-owned
6363+identity at its core.