Skip to content

Commit fbff405

Browse files
thecaphimselfclaude
andcommitted
docs: improve fintechs page and drop 'For' from persona titles
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent f1208f3 commit fbff405

3 files changed

Lines changed: 31 additions & 8 deletions

File tree

overview/for-fintechs-neobanks.mdx

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,41 @@
11
---
2-
title: "For fintechs and neobanks"
2+
title: "Fintechs and neobanks"
33
description: "Add readable payment identities to accounts, wallets, and transfers."
44
sidebarTitle: "Fintechs / Neobanks"
55
icon: "building-columns"
66
---
77

88
Give each customer a readable ENS name they can recognize and share instead of relying only on wallet addresses. Subnames can support branded onboarding, customer profiles, and username-based payments in compatible wallets and apps.
99

10-
## Why use ENS
10+
## Addresses break payment products
1111

12-
- **Readable payment identities:** Let customers send and receive with a name such as `alice.bank.eth`.
13-
- **Branded onboarding:** Issue a name when an account or embedded wallet is created.
14-
- **Multichain records:** Associate one name with supported address records across multiple networks.
15-
- **Portable profiles:** Publish public profile and contact records that compatible ENS clients can resolve.
12+
1. **Nobody knows who `0x71C7…F2a9` is.** Addresses are unreadable and impossible to confirm at a glance — the highest-friction input in consumer finance.
13+
2. **Wrong-address transfers are irreversible.** Address poisoning targets payment behavior; tracked attempts rose from ~628,000 in November 2025 to 3.4 million in January 2026, with one user losing close to 50 million USDT. You can only prevent it, by making the destination human-readable before the user signs.
14+
3. **Siloed usernames.** Cash App usernames work in Cash App, Revolut usernames work in Revolut, etc. but none interoperate. The moment your user wants to pay someone outside your app, they're back to copying and pasting a raw address.
15+
4. **Your brand is invisible, but it shouldn't be.** Every external transfer shows an anonymous string. A name like `alice.yourbank.id` puts your brand in the other side's app, in explorers, and in transaction history — distribution you don't pay for.
16+
17+
## Why ENS usernames
18+
19+
<CardGroup cols={2}>
20+
<Card title="Claim at signup">
21+
`alice.yourapp.eth`, issued automatically with the account. No transaction, no gas, no extra step for the user to understand.
22+
</Card>
23+
<Card title="Send by name">
24+
The user types a name. Your app resolves it, displays the avatar and profile, and only then enables the confirm button.
25+
</Card>
26+
<Card title="Request and payment links">
27+
Share a name instead of an address. It fits in a message, a bio, an invoice, or a QR code, and it does not change when the user rotates wallets.
28+
</Card>
29+
<Card title="One name, every chain, 1,000+ apps">
30+
Store address records per chain under the same name. The sender picks a person, your app picks the rail.
31+
</Card>
32+
<Card title="Interoperable by default">
33+
Because these are ENS names, someone in a different wallet can pay your user without your app being involved at all.
34+
</Card>
35+
<Card title="Secured and verified">
36+
Resolution is verified onchain through ENS, so the name your user pays is provably the account it belongs to. Lookalike addresses and spoofed handles are attack surface.
37+
</Card>
38+
</CardGroup>
1639

1740
## Recommended integration
1841

overview/for-name-owners.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "For ENS name owners, creators, and communities"
2+
title: "ENS name owners, creators, and communities"
33
icon: "user-chef"
44
description: "No-code way to activate, launch, and sell subnames"
55
sidebarTitle: "Creators or communities"

overview/for-product-teams.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "For product teams and platforms"
2+
title: "Product teams and platforms"
33
description: "Build readable identities into wallets, apps, agents, and chains."
44
icon: "people-group"
55
sidebarTitle: "Product teams and platforms"

0 commit comments

Comments
 (0)