Overview
High-level tour of SOCI4L – what it is, how it works, and where to go next in the docs.
SOCI4L turns any Avalanche wallet into a measurable public profile. Instead of sharing scattered links and raw addresses, you get a single, on-chain anchored identity with links, assets, activity, donations and analytics in one place.
This page gives you a high-level map of the product and points you to the right docs pages for each area.
Core concepts
At its core, SOCI4L is built around three ideas:
-
Wallet-native identity
Your wallet address is the primary key for everything: profiles, links, analytics, donations and score. There are no usernames without wallets behind them. -
Hybrid architecture
- Ownership and value transfer (custom slugs, donations, premium) are handled on-chain via Avalanche C‑Chain smart contracts.
- Fast-changing social data (links, themes, analytics counters) is stored off-chain for Web2-level UX.
-
Measurable reputation
A score system turns profile completeness and social engagement into intuitive ranks (Starter → Legendary), visible directly on your public profile.
You can dive deeper into these ideas in the Score System and Pro Overview docs.
Getting started flow
The basic onboarding path looks like this:
-
Connect your wallet
See Connect Wallet for how SOCI4L detects wallets, handles connectors and opens a session. -
Claim your profile
A profile record is created automatically for your address; claiming it binds the profile to you as the owner via a signed message (no gas). See Claim Profile for the full flow. -
Explore your profile
- Public view:
/p/[address or slug]shows your profile header, links, assets and activity. See Profile Overview, Links & Socials, Presenting Possessions and Transactions. - Owner view:
/dashboard/[address]is your control centre. See Dashboard Overview.
- Public view:
From there you can customize how everything looks and behaves.
Dashboard & Studio
The dashboard is split into three mental layers:
-
Dashboard — data views tied to your wallet:
- Overview: summary of header, stats, links, assets, activity.
- Assets: tokens and portfolio.
- Activity: on-chain transactions.
- Social: followers, following, mutuals and search.
- NFT Gallery: NFTs held on Avalanche.
-
Studio — how your profile is presented:
- Builder: edit profile info (name, bio, roles, status) and arrange profile sections (Links, Activity, Assets) with layout presets like Links Only or Privacy-first.
- Links: manage profile links and social links with categories and drag-and-drop ordering.
- Insights: analytics for views, clicks, sources, devices and recent activity (with deeper views for Premium).
-
Account — safety, settings and billing:
- Settings: visibility, analytics preferences, social verification and donations.
- Safety: blocked and muted users.
- Billing: Premium status, receipts and on-chain billing history.
Each of these areas has its own dedicated docs page if you want details.
Donations & value transfer
SOCI4L has donations built in:
-
Platform Donations
DonatePaymentsmart contract on Avalanche C‑Chain.- 3% platform fee, 97% directly to the creator.
- Minimum 0.01 AVAX, fully non-custodial.
-
Via profile
Donate button and modal on public profiles with configurable celebration effects. See Platform Donations for details. -
Via extension
SOCI4L Donate browser extension shows a donate button on supported X (Twitter) profiles and routes payments through the same contract. See Extension Donations and the extension privacy page.
Profile owners can enable or disable donations, and customize visual alerts, from Settings → Donations.
Premium (Pro) layer
Premium is an optional paid upgrade:
- Unlocks the full Insights experience (longer ranges, source breakdowns, performance breakdowns, device distribution and extended recent activity).
- Adds Premium-gated analytics views in certain dashboard panels.
- Is purchased on-chain for 0.5 AVAX via the
PremiumPaymentcontract and grants one year of access.
See Pro Overview and Billing for how Premium works end to end.
Scoring & ranks
Every profile has a SOCI4L score and tier:
- Score is composed from profile claim status, display name, bio, links, verified socials, donations sent and follower count (with diminishing returns).
- Tiers map score to labels: Starter, Newcomer, Rising, Established, Elite, Legendary.
- Tiers appear in the profile header (tier label) and in the score tooltip (percentage + breakdown).
See Ranks and Score System for the exact thresholds and breakdown.
Roadmap features
Two areas are present in the UI and docs as forward-looking concepts:
- AI Agents — a clear labelling model for autonomous agent profiles. Today this is mostly representational and not a public feature for creating agent profiles.
- SDK — planned helper library for read-only integrations; currently no public NPM package or stable API surface.
Both are documented as roadmap items so that as they become real features, the implementation can stay aligned with what the docs promise.