a protocol for building decentralized social apps
Farcaster IDs (FIDs) are stored on the Ethereum Optimism L2 blockchain, but everything else is offchain.
From the docs overview:
Farcaster is a sufficiently decentralized social network built on Ethereum.
Users can create profiles, post short messages or "casts", follow others and organize into communities. It is a public social network similar in design to Twitter and Reddit.
Since Farcaster is public and decentralized, anyone can build an app to read and write data. Users own their accounts and relationships with other users and are free to move between different apps.
Warpcast is the original app built and run by the team that designed the Farcaster protocol.
Frames
Frames extend the OpenGraph standard and turn static embeds into interactive experiences.
Example:
<meta property="fc:frame" content="vNext" />
<meta property="fc:frame:image" content="http://...image-question.png" />
<meta property="fc:frame:button:1" content="Green" />
<meta property="fc:frame:button:2" content="Purple" />
<meta property="fc:frame:button:3" content="Red" />
<meta property="fc:frame:button:4" content="Blue" />
If you share the URL of a page in a cast that has these meta tags, it will show up as a frame.
See Farcaster Frames and Open Frames
Notes mentioning this note
Dan romero
Founder of [[Warpcast]] and creator of the [[Farcaster]] protocol. Has a crypto reading list in chronological order, from 2008 Bitcoin...
Farcaster frames
Frames are a standard for creating interactive and authenticated experiences on Farcaster, embeddable in any Farcaster client. A frame is...
Open social daus
If we hope to see [[Open Social Protocols]] succeed – that is, be available and widely adopted as open protocols...
Open social protocols
The three protocols that I think are going to continue to grow and be adopted are: [[ActivityPub]]: Meta building Threads...
Proto apps
I’m adopting the term “Protocol Apps” from David Phelps’ [[Proto-App Thesis]]. In short, the thesis says that large, mass market...
The Proto-App Thesis
even the strongest case for apps is, at heart, a case for protocols. It is not a new argument. Joel...
The Revolution Will Be Decentralized
By [[Joan Westenberg]] The reality is that these trends aren’t merely parallel — they’re symbiotic. Each creates conditions that accelerate the other,...
Threadstorm builder
I wrote up the design for this many years ago now, when I called it a Tweetstorm Builder and Blog....
Warpcast
A Twitter-like social network app built on top of the [[Farcaster]] protocol, by the creators of the Farcaster protocol. Warps...
Web3
My definition of web3 from a technical perspective is that it is composed of self-verifying data structures, cryptography, and distributed...