Getting Started

Linking to Lana

Add ?q=<question> to lana.ai. The chat opens and the prompt runs automatically.

Quick start

https://www.lana.ai/?q=What+is+SOL+trading+at%3F

Prompts are capped at 500 characters. HTML is stripped before display.

Skip the prompt and land users on an entity page.

/tx/<signature>

Transaction

Detail view for a Solana transaction signature.
/address/<address>

Wallet

Holdings, activity, and balances for any wallet.
/token/<mint>

Token

Market data, holders, and metadata for a token mint.
/program/<programId>

Program

Program metadata and recent invocations.
When in doubt, use /address
Lana classifies mints, programs, and wallets server-side. Send any Solana address to /address/<address> and you'll be redirected to the right route.

Embedding

For external links, set target="_blank" and rel="noopener noreferrer" so users keep your app loaded in the original tab.

<a
  href="https://www.lana.ai/?q=Explain%20this%20transaction"
  target="_blank"
  rel="noopener noreferrer"
>
  Ask Lana
</a>

Spaces and reserved characters need URL-encoding. The browser's URL API handles it for you — see the JavaScript tab.

Feedback

Was this helpful?

Built something with Lana, hit a snag, or want a new parameter? Tell us directly — we read everything.