Live on Base

Access
Farcaster data
on EVM chains

Integrate Farcaster's social graphs and data into your smart contracts using Faracle's robust Oracle.

Faracaster + Oracle = Faracle
~

Trusted by engineering teams at

Anthropic
OpenAI
Vercel
Notion
Figma
Slack
Discord
GitHub
Capabilities

Programmable Social

In real life, social and financial interactions are deeply intertwined. Faracle brings this synergy to web3 by enabling developers to seamlessly integrate social data into their decentralized applications.

FID <=> Address

Bidirectional resolution between Farcaster IDs (FIDs) and Ethereum addresses, enabling seamless identity management across platforms.

Farcaster Profile

Access comprehensive Farcaster profile data like, followers count, following count, Profile Created Date, Verified addresses, Last Active Time, Spam labels, Pro Subscription etc.

Data Refresh

Refresh Farcaster data on-chain at any time you want to ensure up-to-date information.

Social Scores & Rankings

Access Farcaster-based social scores like Neynar score, Open rank, Quotient Score, Credit Score and lot more to enhance user reputation and trustworthiness in your dApps. Access by both FID and Ethereum address.

Social Graph

Explore Farcaster's social graph data, including followers and following relationships, to build engaging social features.
Imagine lending to users based on their social connections!

Networth

Access users' networth data derived from their on-chain assets across EVM chains. Get both current and historical networth values. Access by both FID and Ethereum address.

Channel Data

Access Farcaster channel data. Check if an fid or address is a channel owner or moderator or member or follower.

How it works

Faracaster to Base Network

Other EVM chains coming soon. Contact us for priority integration.

01

Farcaster

Social data is pulled from Farcaster's snapchain network.

02

Faracle

Our system writes the data to Faracle's Storage Network.

03

Base Network

Your dapp seemlessly interacts with Faracle on Base to access social data.

agent.config.ts
1import "./IFaracle.sol";
2
3contract PopularMint {
4  
5  IFaracle public faracle = IFaracle(0xef8baf28d6b5e08f43e57330e1de89a29a6b9080); // Faracle address
6
7  constructor() {}
8
9  // Allow to mint only if the user has 10k+ Farcaster Followers
10  function mintIfPopular() external {
11
12    IFaracle.FarUserData memory fuser = faracle.getUser(msg.sender);
13  
14    require(fuser.followers >= 10000, "Not enough Farcaster followers.");
15    
16    // Minting logic here
17
18  }
19}
Get started

Learn under 60 seconds

Leaverage faracle's Socal data into your dapp on Base Network.

No need to maintain Snapchain.
Request data refresh anytime.
FAQ

Frequently asked questions

You pay for compute hours used. The free tier includes 1,000 hours/month. Pro starts at $49/month with 10,000 hours included. Additional usage is billed at $0.005/hour. We only charge when your agents are actively running.

We support Python 3.9+ and Node.js 18+ natively. You can use any framework - LangChain, AutoGPT, CrewAI, or your own custom agents. Our SDK provides optional helpers but isn't required.

Each agent runs in an isolated gVisor sandbox with its own network namespace. We never share compute resources between customers. Enterprise plans include dedicated infrastructure and SOC 2 compliance.

Yes. Connect any LLM provider - OpenAI, Anthropic, Cohere, or self-hosted models. We don't intercept or log your API calls. Your model keys stay encrypted and never leave your environment.

GPU-accelerated instances (H100, A100) are available on-demand. Your agent can request GPU resources programmatically when needed and automatically release them when done. You only pay for active GPU time.

Pro plans include 99.9% uptime SLA. Enterprise plans include 99.99% SLA with guaranteed response times and a dedicated support channel. We publish real-time status at status.anchor.run.

1,000 free compute hours

Ready to deploy your first agent?

Join thousands of developers building the next generation of autonomous systems.

No credit card required · Deploy in under 60 seconds · Cancel anytime