Skip to content

Commit 3dc7a0f

Browse files
Mateo-Sosogitbook-bot
authored andcommitted
GITBOOK-633: change request with no subject merged in GitBook
1 parent 8b56966 commit 3dc7a0f

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed
324 KB
Loading
262 KB
Loading
282 KB
Loading

SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
* [The Exa App](exa-app/the-exa-app.md)
2424
* [How the Exa App works](exa-app/credit-and-debit-modes.md)
25+
* [The Exa Tech stack](exa-app/the-exa-tech-stack.md)
2526
* [The Exa App Webauthn Owner Plugin](exa-app/the-exa-app-webauthn-owner-plugin.md)
2627
* [Exa Plugin](exa-app/exa-plugin.md)
2728
* [Exa App FAQs](exa-app/exa-app-faqs.md)

exa-app/the-exa-tech-stack.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
icon: network-wired
3+
---
4+
5+
# The Exa Tech stack
6+
7+
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.
8+
9+
<figure><img src="../.gitbook/assets/Screenshot 2025-06-11 at 7.57.04 PM.png" alt=""><figcaption></figcaption></figure>
10+
11+
Lets go layer by layer:
12+
13+
* **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.
14+
* **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.&#x20;
15+
* 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.
16+
* [Webauthn Plugin](https://docs.exact.ly/exa-app/the-exa-app-webauthn-owner-plugin): 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.&#x20;
17+
* [Exa Plugin](https://docs.exact.ly/exa-app/exa-plugin): 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.
18+
* **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.
19+
20+
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.
21+

0 commit comments

Comments
 (0)