farcaster.json
) file to be recognized by Farcaster clients. It declares your app’s details and domain, and when signed, produces an Account Association that proves your Farcaster account owns and can publish the app. Without it, your app won’t work as a Mini App.
Prerequisites
- A deployed App, accessible via HTTPS
- A Base app account
Location
Your manifest file must be publicly accessible at:https://your-domain.com/.well-known/farcaster.json
Want to learn more about manifests? 👉 Check out our Manifest guide.
Sign Your Manifest
There are two supported ways to sign and generate your manifest:Option 1: Base Build Preview Tool
- Visit Base.dev and sign in with your Base account.
- Open Preview → Account Association.
- Enter your Mini App domain in the App URL field.
- Click Submit. You should see a notification that you should verify your app ownership. Click Verify → Sign.
- Follow the on-screen instructions to sign the message in your wallet.
- Click Copy to copy the generated
accountAssociation
object. - Paste it into your project’s
farcaster.json
underaccountAssociation
. - Redeploy your application to production.

Example Manifest
Here’s a simplified example of what afarcaster.json
could look like from the Base Camp Mini App: