Changelog

We ship new features, fixes, and improvements to Formo every week

Share this on

Jan 16, 2026

Profiles API and Wagmi Support

Here are this week's highlights:

  • Profiles API

  • Wagmi Integration

  • Linked Wallet Addresses

  • New Form Links

  • Improvements and Fixes


Profiles API

Build your customer 360 with Formo wallet profiles. You can now fetch wallet profile data through a new Profiles API.

The new Formo Profiles API helps to power a deeply personalized experience and engaging campaigns across your app and channels.

  • Harness crypto-native analytics to segment users in realtime, driving engagement and activation.

  • Fetch user demographics (country, location, device, referrer, UTMs, volume, revenue, points)

  • Merge it with onchain data (net worth, wallet metadata, apps, tokens, chains) for crypto-native personalization.

To get started:

  • Create a workspace API key with read-access to the Profiles API

  • Call /v0/profiles/<address> with your API Key to fetch profile data in realtime

Visit the API docs to learn more.

Wagmi Integration

You can now install Formo with the new wagmi integration. This is now the recommended way to set up Formo for your crypto app.

Building Ethereum applications is hard. Apps need to support connecting wallets, multiple chains, signing messages and data, sending transactions, listening for events and state changes, refreshing stale blockchain data, and much more.

Wagmi solves all these problems and more — allowing app developers to focus on building high-quality and performant experiences for Ethereum — by focusing on developer experience, performance, feature coverage, and stability.

Linked Wallet Addresses

Most crypto users use multiple wallets. Understand how wallets map to users to mitigate bot abuse. You can now see linked addresses on the users page and wallet profile page:

Formo applies privacy-friendly identity stitching that capture when multiple wallets are used in a single session, linking them. Combine this with wallet labels to quickly determine which wallets real humans and which are bots.

New Form Links

You can now use a shorter link format for your forms: formo.so/r/<FORM_ID>, giving you more control on how your form links look.

The following form links all work simultaneously:

  • formo.so/r/<FORM_ID>

  • app.formo.so/<FORM_ID>

  • mysubdomain.formo.so/myform


Improvements and Fixes

  • Fixed Ask AI context window issue

  • Fixed infinite loading with Connect X

  • Fixed numeric operators in filter by labels

  • Fixed missing page titles

  • Minor improvements and fixes