Services & Applications
Core application and API surfaces that power the ƒxyz Network.
The ƒxyz Network is no longer best described as a bundle of isolated tools. The current stack is a connected product surface spanning identity, finance, graph-native data, AI agents, and external rails.
The public API entry point is https://api.fxyz.network/api.
For route-level detail, use API Reference and REST API Reference.
Primary Surfaces
App
Member-facing product surface for identity, finance, circles, governance, markets, graph exploration, and Fixies.
API
GraphQL-first integration surface with task-oriented REST route families.
Graph Explorer
The app exposes both standard graph exploration and advanced graph/cartography mode.
Docs
Curated guides, architecture, and research instead of a raw content dump.
Core Capability Groups
Identity And Membership
- account creation and guest entry
- embedded wallet provisioning
- profile and persona management
- on-chain membership certificate state
- contribution level, standing, rites, and star-linked identity
Current product surfaces:
//profile/personas/settings/notifications
Finance And Transfers
- move-money actions in the finance hub
- portfolio analytics
- tokenomics surface
- investment onboarding and rounds
- voucher flows
- business / operational finance surfaces
Current product surfaces:
/finance/portfolio/network/tokenomics/invest/vouchers/business
Graph And Knowledge Operations
- unified graph explorer
- advanced graph/cartography workbench
- circles, legal entities, and relationship-driven views
- Neo4j-backed semantic querying
Current product surfaces:
/graph/graph?mode=advanced/circles/legal-entities
Fixies And AI
- persistent AI assistants
- chat and streaming responses
- memory-backed tools and graph-aware context
Current product surfaces:
/fixies/api/fixie/*
External Rails
- Bridge-linked KYC/KYB flows
- virtual accounts
- transfers and liquidation/off-ramp flows
- payment and compliance-related state
Current product surfaces:
/finance/personas/api/bridge/*
What Changed
Several older pages and route names still exist historically, but the live product has consolidated around clearer surfaces:
- membership flows now center on
/profile - wallet views are folded into
/profileand/portfolio - bridge flows are folded into
/finance - cartography is now advanced graph mode