LogoLogo
  • General
    • 👋Welcome to Kinto
    • 📔Terminology
    • 📃Litepaper
    • 📄One Pager
    • 🔗Links
    • 🤝Partners and Collaborators
    • ❓FAQ
  • User Guides
    • 🌟Sign Up Walkthrough
    • đŸ—ī¸KYC Walkthrough
      • 🔑Synaps Walkthrough
      • 🔑Plaid Walkthrough
    • 📄KYB Walkthrough
    • đŸĒŸPasskeys on Windows Walkthrough
    • Setting up a 1Password Passkey
    • ❔Troubleshooting/Help
    • 💰Kinto Deposits
      • Onramp on Kinto
    • 💸Kinto Withdrawals
      • đŸ—ī¸Recover funds from my Passkey address
      • 🎁Wrapping ETH in your Kinto Wallet
      • Offramp on Kinto
    • Swap on Kinto
    • Lending & Borrowing
    • Hyperliquid
      • Fees
      • Deposits
      • Creating Orders
      • Closing an Order
      • Withdrawals
    • Send to other Kinto Wallets
    • Token Sale Participation
    • Full Account Recovery
    • $K Transfer
      • Withdraw $K
      • Send $K on Kinto
      • Deposit $K
      • Swap $K on Kinto
    • Recover Funds from an X Signer
    • $K Lend and Borrow Market
      • Supply USDC to $K Lending Market
      • Withdraw USDC from $K Lending Market
      • Add $K and Borrow USDC
      • Repay USDC and Withdraw $K
  • Security/KYC/AML
    • 🔑Securing Kinto
    • 📃Security One Pager
    • 🔐Security and Risk Management
    • đŸ›Ąī¸Wallet Insurance
    • âš™ī¸User Owned KYC
    • đŸŗī¸Enabled Countries
    • 🔒Beware of Scams
    • ✅Kinto Validators
    • đŸ¤ēSecurity Council
  • Building on Kinto
    • â„šī¸Network Information
    • 🧱Kinto Rollup Architecture
    • ❕Differences with other rollups
    • 🤖Rollup Features
      • âš™ī¸Create2
      • đŸ”ĨKinto Account Abstraction
      • đŸ›Ąī¸KintoWallet
      • đŸĒĸMusubi - Chain Abstraction
    • đŸ’ģDevelopment guide
      • 1ī¸âƒŖ1ī¸âƒŖ Setup your Deployer EOA
      • 2ī¸âƒŖ2ī¸âƒŖ Environment setup
      • 3ī¸âƒŖ3ī¸âƒŖ Creating your Kinto App
    • â›Šī¸Interacting with your Kinto App
      • 🤖Interacting with contracts
      • 👩‍🏭Create a Web Dapp
    • 📗Smart Contract Reference
      • KintoAppRegistry
      • KintoID
      • KintoWalletFactory
      • Kinto Wallet
      • SponsorPaymaster
      • Kinto EntryPoint
      • KYCViewer
      • Faucet
      • EngenCredits
      • EngenGovernance
    • 🌍Kinto Wallet Web SDK
    • đŸĒRunning kinto nodes
    • âš’ī¸Tools
      • â›ˆī¸Node RPC
      • đŸ—ī¸Build Tools
      • đŸ—ēī¸Block Explorer
      • 🐞Debugging and monitoring
      • 🔮Oracle - Pyth
      • Firewall - Venn
    • 🚀ICO Platform
  • Governance
    • 🧠Introduction to the Kinto DAO
    • 📓Kinto Constitution
    • 📃KIP Proposal Template
    • 🌄Engen Proto-Governance
    • â›Šī¸Kinto Token
      • Information, addresses and links
  • 💧Liquidity Programs
    • đŸ› ī¸Mining Program
    • âšĢEngen - Launch Program
    • đŸĒ™K Token Sale
  • Sakura Mining Season
Powered by GitBook
On this page
  • Kinto is an Optimistic Rollup
  • KYC and Kinto ID
  • Kinto and Account Abstraction
  1. Building on Kinto

Differences with other rollups

PreviousKinto Rollup ArchitectureNextRollup Features

Last updated 11 months ago

Kinto is an Optimistic Rollup

Kinto is an L2 built on the Arbitrum Nitro Stack. Its virtual machine is built by design to be identical to Ethereum EVM. However, there are a few unique differences you need to be aware of.

More details about these differences can be found in.

KYC and Kinto ID

The main difference between Kinto and any other optimistic rollup is the existence of KYC requirements at the chain level. To send any transaction on Kinto, you must have gone through the KYC process through one of the approved providers and received the soulbound NFT called 'Kinto ID.'

Kinto and Account Abstraction

Kinto implements the EIP-4337 for Account Abstraction. Kinto goes one step further and disables all Externally Owned Accounts. Users must create a non-custodial smart contract wallet to send transactions in the Kinto network.

You can read more about account abstraction .

❕
the Arbitrum docs
here