The Prism Console is the management dashboard for your Prism integration. It’s where you create Project Identify Tokens, monitor transactions, and configure payment settings. Log in with your District Pass.Documentation Index
Fetch the complete documentation index at: https://developers.fd.xyz/llms.txt
Use this file to discover all available pages before exploring further.
Getting Started
- Go to apps.fd.xyz/prism and sign in with your District Pass
- Create a new project or use the default project
- You’ll land on the dashboard showing an overview of your integration
Project Identify Tokens
Navigate to Project Identify Tokens to create and manage credentials for the Prism Gateway.- Generate a token — Click “Create Project Identify Token” and give it a descriptive name
- Per-project tokens — Each Project gets its own Project Identify Token for access control
- Rotate tokens — Generate a new token and deprecate the old one without downtime
- Security — Project Identify Tokens authenticate via the
X-Project-Identify-Tokenheader. Never expose them in client-side code, public repositories, or logs
Transaction Monitoring
The Transactions view shows every payment processed through your integration:- Real-time feed — Transactions appear as they’re processed
- Details — Each transaction shows amount, token, chain, status, timestamp, payer address, and transaction hash
- Status tracking — Pending, completed, failed, and settled states
- Filtering — Filter by date range, status, chain, or token
- Export — Download transaction data for reconciliation
Payment Configuration
Under Settings → Payments, configure how your endpoints accept payments:- Accepted tokens — Select which tokens to accept. Prism supports any ERC-20 token that implements ERC-3009 (
transferWithAuthorization). If the token you need isn’t listed, contact us. - Accepted chains — Select which chains to settle on. Prism can settle on any EVM-compatible chain. If your chain isn’t available yet, let us know.
- Merchant wallet — Set the wallet address where settlement funds are received
- Default pricing — Configure default price and currency for your endpoints
Analytics
The Analytics dashboard provides insight into your payment activity:- Revenue overview — Total revenue, daily, weekly, and monthly trends
- Transaction volume — Number of transactions over time
- Breakdown by endpoint — See which endpoints generate the most revenue
- Chain distribution — Which chains your payments settle on
MCP Server
Prefer managing your integration from an AI assistant? The Prism MCP Server (https://prism-mcp.fd.xyz) exposes the same data and management capabilities — payments, earnings, Project Identify Tokens, wallets, Projects — as tools your AI agent can use directly.
Connect any MCP-compatible client (Claude Desktop, Cursor, Windsurf) to https://prism-mcp.fd.xyz and authenticate with your District Pass. See MCP Server for setup and the full tool reference.