Exactly Protocol
  • Getting started
    • 🔔Welcome
    • ➡️Introduction
    • ❔FAQ
    • 🔗Quick Links
  • Governance
    • 🏛️Exactly Protocol Governance
      • ✍️Proposals and Voting
      • ⚡Snapshot
      • 📄Exactly Improvement Proposal (EXAIP) Template
    • ⚫Exactly Protocol (EXA)
      • 📊EXA Tokenomics
      • ⚪EscrowedEXA (esEXA)
      • EXA Staking Program (stEXA)
  • EXA APP
    • The Exa App
    • How the Exa App works
    • The Exa Tech stack
    • The Exa App Webauthn Owner Plugin
    • Exa Plugin
    • Exa App FAQs
  • Guides
    • ⚙️Protocol
      • Auditor
      • MarketETHRouter
      • Market
        • ERC-4626
      • PriceFeedWrapper
      • PriceFeedDouble
      • InterestRateModel
      • RewardsController
    • 🛰️Peripheral Contracts
      • 🌀DebtManager
      • ⚫EXA
      • ⚪esEXA
      • 🪂Airdrop
      • 👀Previewer (read-only)
      • 👓DebtPreviewer (read-only)
      • RatePreviewer (read-only)
    • ✨Features
      • Bad Debt Clearing
      • Dynamic Close Factor
      • Earnings Accumulator
      • Cross-Asset Leverager & Deleverager
      • Liquidity Reserve
      • Rewards Distribution Model
      • Rate Manipulation Prevention
      • Rollover
    • 💲Fixed Rate Operations
      • 📥Deposits
      • 📤Borrows
    • 🔢Parameters
    • 📈Interest Rates Curves
    • ♻️Liquidations
      • 🤖Exactly's Bot
    • ⛓️Smart Contract Addresses
    • 🌐The Graph
    • 🔮Chainlink Price Feeds
  • Security
    • 🔎Audits
    • 🔑Access Control
    • 🛡️Hypernative
    • 🧪Testing
    • 🧯Emergency Procedure
    • 🐛Bug Bounty Program
  • Resources
    • 📃White Paper
    • 🔣Math Paper v1
    • 🔣Math Paper v2
    • 🤝Partnerships
    • 📺Presentations
    • 📣Brand Assets
  • Legal
    • ⚖️Terms and Conditions of Use
    • 🔏Privacy Policy
    • 🍪Cookies Policy
Powered by GitBook
On this page

Was this helpful?

  1. EXA APP

The Exa Tech stack

PreviousHow the Exa App worksNextThe Exa App Webauthn Owner Plugin

Last updated 3 days ago

Was this helpful?

There are three different layers that constitute the Exa Tech Stack that allows us to provide a Web2 UX while getting the cutting edge of the Web3 in our users hands.

Lets go layer by layer:

  • Exactly Protocol is the core, it's a decentralized protocol that allows users to deposit assets to earn yield while acting as collateral and borrow at fixed interest rates that can be repaid in installments.

  • Alchemy Account Kit, The Webauthn Plugin and the Exa Plugin are in the middle, and they the tools that make the app easy to use.

    • Alchemy account kit: A modular smart account that permits abstraction of several processes and reduces the friction with the users. Besides, sets the basis for the plugins, which are modules of the modular accounts.

    • : the main function is to create a more adaptable wallet system where the users can benefit from features traditionally associated with externally owned accounts (EOA) or smart contracts without needing to manage complex private keys. This allows the Exa App users to sign with passkeys or/and with other Ethereum wallets.

    • : enables users to borrow, lend, and manage credit and debit transactions through a self-custodial smart account, in other words, it ensures a smooth DeFi experience, automating key financial operations while maintaining security and efficiency.

  • Exa App: This is the application the user sees and interacts with. It is designed with a familiar and intuitive interface, similar to today's popular fintech and banking apps. This provides a user-friendly experience, masking the powerful and complex technology that runs underneath. The required integrations to go through the KYC (Persona), issue the Exa Cards (Rain) and communicating with customer support (Intercom) are done in the Exa App's backend.

In summary, the Exa App architecture leverages advanced, secure technology on the back end to deliver a simple, safe, and powerful financial experience to its users.

Webauthn Plugin
Exa Plugin