Your digital identity, portable
Build enriched experiences with portable social graphs, identity data, and user-owned information.
Built for developers
Everything you need to build with portable, user-owned data
Social Graph
Access public social data from Twitter and Farcaster such as followers, following and posts. Automatically indexed and ready to query with simple API calls.
Learn moreIdentity Graphs
Link Web2 and onchain identities seamlessly. Build comprehensive user profiles that span across multiple platforms.
Learn morePrivate Data (Coming soon)
Users upload structured or unstructured private data with full control. Privacy-first architecture ensures consent.
Learn moreToken Rewards
Users earn $MEM tokens when their data is queried. The tokens come from the revenue share of Memory's API usage
Learn moreHow it works
Get started with Memory Protocol in minutes. Build applications that respect user data ownership.
Register for API Access
Sign up for a developer account and get your API credentials. Use $MEM to buy API credits and pay as you go.
Integrate the API
Use our RESTful API to query user data. Simple authentication with API keys or x402 micropayments.
Build Rich Experiences
Access social graphs, identity data, and private information to create personalized user experiences.
Users Get Rewarded
Data providers automatically earn $MEM tokens when their data is queried by your application.
Simple, powerful API
Our RESTful API is designed for developers. Clean endpoints, comprehensive documentation, and predictable responses make integration seamless.
- Pre-purchased credits or pay-per-query with x402 micropayments
- Automatic fee routing to protocol treasury and data providers
- Weekly reward distributions via on-chain Merkle Tree
// Query user's identity graph by wallet
const response = await fetch(
'https://api.memoryproto.co/identities/wallet/vitalik.eth',
{
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
}
}
);
const data = await response.json();
// Access followers, posts, and more
Ready to build with portable identity?
Join developers building the future of user-owned data. Get started with Memory Protocol today.
Questions? Visit our documentation or reach out to our developer community.