Getting Started

Your first five minutes with TRUE — connect a wallet, ask the chat, save a watchlist, swap, claim points.

What you’ll need

Before you begin

A Solana-compatible wallet — Phantom, Solflare, Backpack, or any WalletConnect-compatible wallet. You can use a hardware wallet for additional protection. You do not need to create an account; your wallet is your identity.

The first five minutes

The fastest way to understand TRUE is to use it. The flow below takes most people under five minutes from open to first swap.

1. Connect your wallet

Open app.truefinance.ai and click Connect Wallet. Choose your wallet provider, approve the connection request, and sign the one-time login message. The signature proves you control the address — it does not move funds and incurs no gas.

2. Ask the chat a question

Open the chat panel and ask anything: “How is SOL doing today?”, “Why did BTC just move?”, “Show me memecoins under 30M FDV with locked liquidity.” The chat streams reasoning, tool calls, and the final answer back as separate frames so you can see exactly which sources informed the response.

3. Save assets to your watchlist

Tap the bookmark icon on any asset card. Watched assets appear on your home feed with live prices, attached signals, and any catalysts the system has classified for them.

4. Make your first swap

Pick an asset, hit Swap, enter an amount, and review the route plan. The route shows every venue the swap will touch and the price impact at each hop. When the numbers look right, sign the transaction with your wallet. TRUE cannot execute a swap without your signature.

5. Claim your points

Successful swaps earn TRUE Points automatically. The earnings cap, anti-farming rules, and how to redeem points live on the Points & Rewards page.

Safety basics — read this first

Never compromise these three rules
  • Never share your seed phrase. No support agent, admin, or “verification flow” will ever ask for it. Anyone who does is attacking you.
  • TRUE will never DM you first. Official communication runs through the app, the website, and verified social accounts. DMs claiming to be from TRUE are scams.
  • Every transaction shows a route plan. If a screen asks you to sign a transaction without a clear plan and amount summary, stop and verify the URL.

The full safety model — wallet hygiene, MEV protection, phishing patterns, recovery flows, and what to do if you suspect an account is compromised — is on the Safety Overview.

For Users

You don’t need to read another page to use TRUE. The product is designed so you can ask, see the answer with its sources, and act — in that order. As you go deeper, the docs are here when you want to know exactly how something works.

For Partners

Partners can distribute the TRUE chat surface, embed widgets, or run a white-label MCP. The integration paths and required disclosures live on Partner Integration.

For Developers

You can talk to the public MCP server with no install. From any MCP-compatible client (Claude Desktop, Cursor, Continue), point it at the endpoint below and authenticate with a TRUE bearer token.

# MCP endpoint
https://app.truefinance.ai/api/v1/mcp

# Configure in Claude Desktop (mcp.json)
{
  "mcpServers": {
    "true": {
      "url": "https://app.truefinance.ai/api/v1/mcp",
      "transport": "http",
      "headers": { "Authorization": "Bearer tp_live_..." }
    }
  }
}

Full tool reference, OAuth flow for multi-user access, and rate limits are on MCP.

See also

  • Safety Overview — read before you swap or sign anything substantial.
  • Chat — how the streaming runtime works and which model answers you.
  • MCP — every tool TRUE uses internally is exposed there.
Last updated: