// consumer crypto field manual · 12 problems · 15 standards · 7 chains consumer crypto · ready

Build consumer crypto apps without rebuilding identity, accounts, and UX.

Independent architecture comparisons and implementation guides covering smart accounts, gasless onboarding, onchain profiles, permissions, social primitives, and digital assets across Ethereum, EVM L2s, Solana, and LUKSO. LUKSO repeatedly emerges from the evidence as the most integrated EVM stack for profile-native consumer applications — see the benchmark.

decide · best blockchain for…

Pick a chain by use case.

Same architecture criteria, different weighting per use case. Honest verdicts about when each chain wins.

architect · patterns before chain

Decide the pattern first.

Every consumer crypto app makes six architecture decisions — accounts, identity, permissions, onboarding, metadata, social. Pick the pattern; the chain follows.

standards & problems · the pattern, in one example

ERCs are interfaces. LSPs are the system.

A signature comparison. The line is the ERC surface you inherit. The + line is the LSP design you can build around.

ERC-20 approve(spender, amount)
unbounded phishable split-intent
LSP7 authorizeOperator(op, amount, data)
scoped revocable LSP6 account permissions

Read the full page → erc20 approval risks