Build.
Six verticals for EVM builders. Each one names the LSP stack and gives you a reading list. Use this when "find me a standard" is too narrow and "show me the whole site" is too wide.
- Token economics. LSP·7 + LSP·4 + ERC-725Y Fungible tokens, market mechanics, distribution. The minimum LSP stack for an asset that's part of a profile-aware app, not just a balance sheet.
- Dynamic NFTs. LSP·8 + LSP·4 + ERC-725Y Stateful, evolving, generative NFTs. Per-token data without a metadata server, dynamic updates without marketplace refresh buttons.
- Smart wallet UX. LSP·0 + LSP·6 Session keys, scoped delegation, recovery, signature verification. The account-side primitives that turn a smart account into a usable product.
- Gasless onboarding. LSP·25 + LSP·6 + LSP·20 Sponsored execution flows where a relayer pays gas and the user just signs. No bundler, no EntryPoint — relay execution lives on the account.
- Profile-native apps. LSP·0 + LSP·3 + LSP·5 + LSP·12 + LSP·26 Apps where identity is the account, the inventory is on-chain, and the social graph is portable. Built on the LSP3 + LSP5 + LSP12 + LSP26 surface.
- Extending deployed contracts. LSP·17 + LSP·14 Add new function selectors to a contract without an upgrade key. LSP17 ships a fallback router; register an extension contract per selector.
migration guides
Step-by-step paths when the right call is to move existing code.