---
name: formo.x402.paysponge.com
description: formo.x402.paysponge.com exposes a single skill that retrieves an onchain and social profile for a given wallet address. It returns aggregated identity data including estimated net worth, transaction history, lifecycle stage, and linked social handles (ENS, Farcaster, Lens, etc.).
host: formo.x402.paysponge.com
---

# formo.x402.paysponge.com

This host serves agents that need a quick, consolidated snapshot of a wallet's onchain history and social identity. It is useful for KYC-adjacent enrichment, user segmentation by lifecycle stage, or resolving a wallet to a human-readable social identity. It does not provide live market data, portfolio breakdowns, or batch processing.

## When to use this host

Use this host when an agent needs to enrich a single wallet address with identity and behavioral context — for example, to classify a user by lifecycle stage, resolve their social handles, or estimate their onchain net worth. Do not use it for real-time token prices, live portfolio valuations, or bulk address processing; those use cases require a market data or portfolio analytics host. If you need to look up multiple addresses in sequence, be aware this host handles only one address per request, so you will need to call it once per address.

## Capabilities

### Wallet Identity & Onchain Profile

Retrieves a comprehensive profile snapshot for a single wallet address, covering net worth estimate, transaction count, activity timestamps, lifecycle classification, and linked social identities such as ENS, Farcaster, and Lens.

- **`fetch-wallet-profile`** — Fetches an onchain and social profile for a given wallet address, including net worth, transaction history, lifecycle stage, and social identity fields.

## Skill reference

### `fetch-wallet-profile`

**Profile Lookup** — Fetches an onchain and social profile for a given wallet address, including net worth, transaction history, lifecycle stage, and social identity fields.

*Use when:* Use when an agent needs to look up a wallet address's profile data including net worth in USD, transaction count, first/last onchain activity timestamps, lifecycle classification, and any linked social identities (ENS, Farcaster, Lens, etc.).

*Not for:* Do not use for real-time token prices or portfolio breakdowns; this returns a profile snapshot, not live market data. Not suitable for bulk address lookups — one address per request.

**Inputs:**

- `address` (string, required) — Ethereum wallet address to look up, provided as a path parameter in the URL.

**Returns:** Returns a profile object with address, net_worth_usd, tx_count, lifecycle stage, first/last onchain timestamps, activity_dates, social identity fields (ENS, Farcaster, Lens, etc.), and analytics metadata (sessions, revenue, volume, UTM fields).

**Example:** `GET https://formo.x402.paysponge.com/v0/profiles/0x7e571E959cC7C75Ccdd2eAC24f8775ea2eAa2F09`

---
