Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.vana.org/llms.txt

Use this file to discover all available pages before exploring further.

This guide walks through integrating Vana directly at the protocol level. You’ll register your app, implement the consent flow, and read user data from Personal Servers.

Protocol integration steps

  1. Register your app — Get an onchain identity (address, public key, app URL) and publish your app manifest.
  2. Connect user data — Implement the “Connect Data” flow so users can approve grants for your app.
  3. Read user data — Look up the user’s Personal Server, then call the data API with signed requests.