Skip to content

Commit

Permalink
update walkthrough
Browse files Browse the repository at this point in the history
  • Loading branch information
mozrt2 committed Feb 8, 2024
1 parent 9965357 commit c762ecd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions technical-walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ See [`extractViewingPrivateKeyNode`](/src/extractViewingPrivateKeyNode.ts) in th

## 3. Stealth Accounts

Fluidkey uses [Safe smart accounts](https://github.com/safe-global/safe-contracts) as stealth accounts. They act as stealth addresses with the added UX benefits of smart accounts, such as:
Fluidkey currently uses 1/1 [Safe smart accounts](https://github.com/safe-global/safe-contracts) as stealth accounts. They act as stealth addresses with the added UX benefits of smart accounts, such as:
- Gas sponsorship
- Multisig compatibility
- Key rotation
- Compatibility with other Safe modules

A drawback to be aware of, is that like regular Safes, stealth smart account addresses are not usable across multiple chains. Users therefore need to ensure they use an address generated for the chain they are receiving funds on.

For every available chain, Fluidkey provides users with a static ENS of the form `username.chain_shortname.fkey.id/eth`, such as `user.gor.fkey.id` on Goerli. This identifier resolves a new stealth address specific to the chain on every query. This allows users to send funds to a single human-readable identifier while protecting recipient privacy.
For every available chain, Fluidkey provides users with a static ENS of the form `username.chain_shortname.fkey.id/eth`, such as `user.op.fkey.id` on Optimism. This identifier resolves a new stealth address specific to the chain on every query. This allows users to send funds to a single human-readable identifier while protecting recipient privacy.

### 3.a. Stealth Signer Derivation

Expand Down

0 comments on commit c762ecd

Please sign in to comment.