Search

Search for projects by name or address

Privacy

About

A wallet service with a closed-source hosted frontend that keeps spending keys client-side and gives recipients a fresh stealth Safe account for every payment through reusable ENS names.


  • Live metrics
    Not trackedOnchain monitoring is not available for this project.
  • Trusted setup
  • Exit window
  • Privacy
  • Reproducibility
  • Attributes
    Stealth addressesAny amountDeFi

  • About

    A wallet service with a closed-source hosted frontend that keeps spending keys client-side and gives recipients a fresh stealth Safe account for every payment through reusable ENS names.

    Fluidkey is a wallet service that separates incoming payments across fresh Ethereum addresses while presenting them as one account. Whether requested through an ENS name, the app, or the API, each receiving address is a Safe controlled by a private key that the recipient can derive locally.

    Stealth address generation

    Under Fluidkey’s published key model, the client deterministically derives separate viewing and spending keys from a wallet signature combined with a PIN. It shares a derived private viewing node and public spending key with Fluidkey so the service can generate and monitor payment addresses, but keeps the private spending key locally. Fluidkey also offers Privy embedded wallets on the web and device-generated keys on mobile. Recovery of those keys depends on the chosen login and backup method.

    For each payment nonce, the service derives an ephemeral private key and combines it with the recipient’s public spending key to generate a one-time signer address. The client can recreate the same ephemeral key and combine its public key with the private spending key to derive the private key controlling that signer. Under this model, only the client can derive the private key needed to sign for a correctly generated address.

    The receiving address is a counterfactually predicted 1/1 Safe whose sole owner is the stealth signer. It can receive funds before the Safe contract is deployed. Its address depends on the Safe factory, singleton, proxy bytecode, owners, threshold, salt nonce, and initialization data. Recovery must reproduce the original parameters, including any auto-earn initialization, rather than just the user’s current settings.

    The derivation SDK and standalone recovery client are published. The recovery client can derive exportable stealth signer keys, predict receiving Safes, and deploy them without using the Fluidkey API.

    The production web wallet itself is closed source, has no published reproducible build, and cannot be self-hosted. Users who rely on it must trust the remotely served application to preserve the client-side spending-key boundary. The API, ENS gateway, indexer, and relay are also hosted and closed source, so the complete wallet service cannot be self-hosted.

    The hosted frontend is not required to hold or use spending keys. A locally run client can register and authenticate an account, independently verify service-generated receiving addresses, and recover funds from them. In this setup, the spending key and derived stealth private keys remain local. Fluidkey receives the scoped viewing capability and signed authorizations. Assuming the client verifies the data it signs, bypassing the hosted frontend removes it as a spending-key exfiltration risk.

    This differs from the usual sender-driven ERC-5564 flow. The payer does not derive the address from public recipient metadata and publish an announcement. Fluidkey’s service performs the derivation, keeps the address-to-account mapping, and indexes the resulting balances.

    When a user spends, the service selects one or more stealth Safes and prepares the transactions. The client re-derives the corresponding owner keys and authorizes Safe execution. The hosted client also processes accepted actions returned by the backend, so keeping keys client-side does not replace checking the transaction data supplied by the service.

    ENS resolution

    Fluidkey provides username.fkey.eth and username.fkey.id names. Both kinds of name use the same ENS CCIP-Read flow. The .fkey.id name also works as a web payment link.

    A lookup is redirected to Fluidkey’s gateway, which creates a fresh payment address and returns a signed ENS answer. The onchain resolver checks the answer’s expiry and signature against its configurable set of signers.

    The signature authenticates the answer as one accepted by Fluidkey, but it is not a proof that the returned address was correctly derived for the named recipient. An external sender cannot independently verify recipient control from the ENS answer alone. The resolver owner can immediately replace the gateway URL and add or remove accepted signers.

    Auto-earn

    When auto-earn is enabled, receiving Safes are initialized with the Fluidkey Earn module. It allows the module owner and authorized relayers to wrap native tokens when needed and deposit funds into configured ERC-4626 vaults, with the vault shares credited to the same Safe. Anyone can also submit a deposit instruction signed by an authorized relayer. These deposits do not require a new Safe owner signature for each execution.

    The module owner publishes token and vault configurations identified by a hash of their contents. Changing a vault produces a different configuration hash, and selecting a different hash requires a call from the Safe. The owner cannot silently replace the vault set under an already selected hash. Both the module owner and authorized relayers can manage relayer permissions. Users can disable the module through their Safe, but funds already deposited remain exposed to the underlying vaults’ losses, liquidity, and withdrawal restrictions.

    Privacy considerations

    Fluidkey’s fresh addresses do not hide the sender, token, amount, or receiving address of an individual payment. They prevent separate receives from automatically accumulating under one reused public address. Later transactions can still link addresses when they consolidate balances, use a recognizable destination, or correlate by timing and amount.

    The hosted service has the viewing capability and address index needed to link an account’s stealth addresses and activity. Fluidkey also integrates Houdini Swap for its Hide Trail feature, which routes funds through two centralized exchanges (CEXs) to obscure the public link between the original and final addresses. This adds reliance on the swap service and participating exchanges, including their visibility into the transfers and their ability to delay or block them.

    Funds can be stolen if

    1. a user relies on the hosted wallet and it is malicious or compromised and exfiltrates derived spending keys. The production wallet is closed source and has no published reproducible build, so users cannot inspect its source or verify the code being served.
    2. an accepted ENS signer returns an attacker-controlled payment address for a Fluidkey name. The resolver authenticates the answer but does not prove that the intended recipient controls it.
    3. the hosted service supplies malicious transaction data and the client signs it without independently checking the destination, amount, and calls being authorized.

    Funds can be lost if

    1. a user loses the wallet, PIN, login, or backup needed to recover their private spending keys.
    2. the service and client derive different address data or Safe initialization parameters and a payment is sent to an address that the user cannot recover.
    3. an auto-earn vault loses funds or cannot honor withdrawals, or a service used by Hide Trail fails to return the funds routed through it.

    Privacy can be lost if

    1. Fluidkey, or an attacker who obtains its viewing data, uses the service’s viewing capability and index to link an account’s stealth addresses and onchain activity.
    2. spending from several stealth addresses together, reusing destinations, or recognizable timing and amounts links otherwise separate payments onchain.
    3. a user relies on Hide Trail and the swap service or participating exchanges use their transfer records to link activity that is obscured from public onchain observers.

    Fluidkey has no public onchain governance process for its hosted wallet, API, indexer, ENS gateway, or relay. These components can change without an onchain notice period. The production wallet is closed source and has no published reproducible build, so users who rely on it cannot inspect its source, verify which client code is deployed, or determine whether an update preserves the client-side spending-key boundary. Users can bypass the hosted frontend with an inspected local client, but this does not reproduce the other hosted components or prevent them from changing.

    The deployed ENS OffchainResolver code is immutable, but its owner can immediately replace the gateway URL, add or remove accepted signers, or transfer ownership. An accepted signer can authenticate any offchain ENS answer, including a payment address. The resolver callback verifies only the signature and expiry. It does not verify stealth-address derivation or recipient control. The resolver is owned by a 3/5 Safe.

    These powers affect new address generation and ENS lookups. They do not let the resolver owner or signers spend from an existing, correctly derived stealth Safe because its private owner key remains with the user. Existing balances can be recovered independently with the published recovery client and the original Safe initialization parameters, but the full Fluidkey experience does not remain available if the hosted service disappears.

    The Fluidkey Earn module is separate from the resolver and has immutable code. Its owner is a 2/3 Safe on each tracked chain. Its owner can publish new vault configurations and manage authorized relayers. Relayers can initiate deposits into a Safe’s selected configuration and add or remove relayers. Each configuration is identified by a hash of its contents, so adopting a different vault set requires a call from the Safe. Users can disable the module through their Safe. The governance and withdrawal conditions of the underlying vaults remain separate dependencies.

    2026 September 08, 07:46 UTC
    14changes

    Initial discovery of the Fluidkey ENS resolver, its owner and signers, and the auto-earn module and its permissions on Ethereum, Base, Arbitrum, Optimism, Polygon PoS, and Gnosis.

    Initial discovery

    + Status: CREATED
    contract FluidkeyEarnModule (arb1:0x3BDb857AFe9b51d8916D80240d2ADe40D4d3f2f9) [N/A]
    +++ description: Safe module used for Fluidkey auto-earn. Authorized relayers can deposit tokens into the vault selected by the Safe's configuration hash, with vault shares credited to that Safe. The module owner publishes configurations, but selecting a different hash requires a call from the Safe.
    + Status: CREATED
    contract Fluidkey Earn Owner (arb1:0x9E3eba321427941868cB4123De97DAB145C9e7CD) [GnosisSafe]
    +++ description: None
    + Status: CREATED
    contract FluidkeyEarnModule (base:0x3BDb857AFe9b51d8916D80240d2ADe40D4d3f2f9) [N/A]
    +++ description: Safe module used for Fluidkey auto-earn. Authorized relayers can deposit tokens into the vault selected by the Safe's configuration hash, with vault shares credited to that Safe. The module owner publishes configurations, but selecting a different hash requires a call from the Safe.
    + Status: CREATED
    contract Fluidkey Earn Owner (base:0x9E3eba321427941868cB4123De97DAB145C9e7CD) [GnosisSafe]
    +++ description: None
    + Status: CREATED
    contract FluidkeyEarnModule (eth:0x3BDb857AFe9b51d8916D80240d2ADe40D4d3f2f9) [N/A]
    +++ description: Safe module used for Fluidkey auto-earn. Authorized relayers can deposit tokens into the vault selected by the Safe's configuration hash, with vault shares credited to that Safe. The module owner publishes configurations, but selecting a different hash requires a call from the Safe.
    + Status: CREATED
    contract OffchainResolver (eth:0x9AcF316290AaA62edafdDDaC48B124032C36EB3c) [N/A]
    +++ description: Immutable ENS CCIP-Read resolver used by Fluidkey. Every query redirects to a configurable gateway and accepts the returned ENS record if it is unexpired and signed by an accepted signer. It does not verify that a returned payment address was derived for the named recipient.
    + Status: CREATED
    contract Fluidkey Earn Owner (eth:0x9E3eba321427941868cB4123De97DAB145C9e7CD) [GnosisSafe]
    +++ description: None
    + Status: CREATED
    contract Fluidkey Resolver Multisig (eth:0xdcC34c0da55cEF7AeD38Bb749AD97DAC12A9936C) [GnosisSafe]
    +++ description: None
    + Status: CREATED
    contract FluidkeyEarnModule (gno:0x3BDb857AFe9b51d8916D80240d2ADe40D4d3f2f9) [N/A]
    +++ description: Safe module used for Fluidkey auto-earn. Authorized relayers can deposit tokens into the vault selected by the Safe's configuration hash, with vault shares credited to that Safe. The module owner publishes configurations, but selecting a different hash requires a call from the Safe.
    + Status: CREATED
    contract Fluidkey Earn Owner (gno:0x9E3eba321427941868cB4123De97DAB145C9e7CD) [GnosisSafe]
    +++ description: None
    + Status: CREATED
    contract FluidkeyEarnModule (matic:0x3BDb857AFe9b51d8916D80240d2ADe40D4d3f2f9) [N/A]
    +++ description: Safe module used for Fluidkey auto-earn. Authorized relayers can deposit tokens into the vault selected by the Safe's configuration hash, with vault shares credited to that Safe. The module owner publishes configurations, but selecting a different hash requires a call from the Safe.
    + Status: CREATED
    contract Fluidkey Earn Owner (matic:0x9E3eba321427941868cB4123De97DAB145C9e7CD) [GnosisSafe]
    +++ description: None
    + Status: CREATED
    contract FluidkeyEarnModule (oeth:0x3BDb857AFe9b51d8916D80240d2ADe40D4d3f2f9) [N/A]
    +++ description: Safe module used for Fluidkey auto-earn. Authorized relayers can deposit tokens into the vault selected by the Safe's configuration hash, with vault shares credited to that Safe. The module owner publishes configurations, but selecting a different hash requires a call from the Safe.
    + Status: CREATED
    contract Fluidkey Earn Owner (oeth:0x9E3eba321427941868cB4123De97DAB145C9e7CD) [GnosisSafe]
    +++ description: None
    A dashboard to explore contracts and permissions
    Go to Disco
    Disco UI Banner

    Arbitrum One

    Actors:

    Fluidkey Earn Owner0x9E3e…e7CD

    A Multisig with 2/3 threshold.

    • Can interact with FluidkeyEarnModule
      • publish vault configurations, manage authorized relayers, and initiate deposits into the configurations selected by enabled Safes. Changing a Safe’s selected configuration hash requires a call from that Safe
    • Can interact with FluidkeyEarnModule
      • initiate deposits from enabled Safes into their selected vault configurations, and add or remove authorized relayers

    Base Chain

    Actors:

    Fluidkey Earn Owner0x9E3e…e7CD

    A Multisig with 2/3 threshold.

    • Can interact with FluidkeyEarnModule
      • publish vault configurations, manage authorized relayers, and initiate deposits into the configurations selected by enabled Safes. Changing a Safe’s selected configuration hash requires a call from that Safe
    • Can interact with FluidkeyEarnModule
      • initiate deposits from enabled Safes into their selected vault configurations, and add or remove authorized relayers

    Ethereum

    Actors:

    Fluidkey Earn Owner0x9E3e…e7CD

    A Multisig with 2/3 threshold.

    • Can interact with FluidkeyEarnModule
      • publish vault configurations, manage authorized relayers, and initiate deposits into the configurations selected by enabled Safes. Changing a Safe’s selected configuration hash requires a call from that Safe
    Fluidkey Resolver Multisig0xdcC3…936C

    A Multisig with 3/5 threshold.

    • Can interact with OffchainResolver
      • change the accepted signers and gateway URL immediately, or transfer resolver ownership
    • Can interact with FluidkeyEarnModule
      • initiate deposits from enabled Safes into their selected vault configurations, and add or remove authorized relayers
    • Can interact with OffchainResolver
      • sign arbitrary offchain ENS answers, including payment addresses accepted by the resolver

    Gnosis Chain

    Actors:

    Fluidkey Earn Owner0x9E3e…e7CD

    A Multisig with 2/3 threshold.

    • Can interact with FluidkeyEarnModule
      • publish vault configurations, manage authorized relayers, and initiate deposits into the configurations selected by enabled Safes. Changing a Safe’s selected configuration hash requires a call from that Safe
    • Can interact with FluidkeyEarnModule
      • initiate deposits from enabled Safes into their selected vault configurations, and add or remove authorized relayers

    Polygon PoS

    Actors:

    Fluidkey Earn Owner0x9E3e…e7CD

    A Multisig with 2/3 threshold.

    • Can interact with FluidkeyEarnModule
      • publish vault configurations, manage authorized relayers, and initiate deposits into the configurations selected by enabled Safes. Changing a Safe’s selected configuration hash requires a call from that Safe
    • Can interact with FluidkeyEarnModule
      • initiate deposits from enabled Safes into their selected vault configurations, and add or remove authorized relayers

    OP Mainnet

    Actors:

    Fluidkey Earn Owner0x9E3e…e7CD

    A Multisig with 2/3 threshold.

    • Can interact with FluidkeyEarnModule
      • publish vault configurations, manage authorized relayers, and initiate deposits into the configurations selected by enabled Safes. Changing a Safe’s selected configuration hash requires a call from that Safe
    • Can interact with FluidkeyEarnModule
      • initiate deposits from enabled Safes into their selected vault configurations, and add or remove authorized relayers
    A dashboard to explore contracts and permissions
    Go to Disco
    Disco UI Banner
    A diagram of the smart contract architecture
    A diagram of the smart contract architecture

    Arbitrum One

    FluidkeyEarnModule0x3BDb…f2f9

    Safe module used for Fluidkey auto-earn. Authorized relayers can deposit tokens into the vault selected by the Safe’s configuration hash, with vault shares credited to that Safe. The module owner publishes configurations, but selecting a different hash requires a call from the Safe.

    • Roles:
      • authorizedRelayers: EOA 1
      • owner: Fluidkey Earn Owner

    Base Chain

    FluidkeyEarnModule0x3BDb…f2f9

    Safe module used for Fluidkey auto-earn. Authorized relayers can deposit tokens into the vault selected by the Safe’s configuration hash, with vault shares credited to that Safe. The module owner publishes configurations, but selecting a different hash requires a call from the Safe.

    • Roles:
      • authorizedRelayers: EOA 2
      • owner: Fluidkey Earn Owner

    Ethereum

    FluidkeyEarnModule0x3BDb…f2f9

    Safe module used for Fluidkey auto-earn. Authorized relayers can deposit tokens into the vault selected by the Safe’s configuration hash, with vault shares credited to that Safe. The module owner publishes configurations, but selecting a different hash requires a call from the Safe.

    • Roles:
      • authorizedRelayers: EOA 4
      • owner: Fluidkey Earn Owner
    OffchainResolver0x9AcF…EB3c

    Immutable ENS CCIP-Read resolver used by Fluidkey. Every query redirects to a configurable gateway and accepts the returned ENS record if it is unexpired and signed by an accepted signer. It does not verify that a returned payment address was derived for the named recipient.

    • Roles:
      • owner: Fluidkey Resolver Multisig
      • signers: EOA 3

    Gnosis Chain

    FluidkeyEarnModule0x3BDb…f2f9

    Safe module used for Fluidkey auto-earn. Authorized relayers can deposit tokens into the vault selected by the Safe’s configuration hash, with vault shares credited to that Safe. The module owner publishes configurations, but selecting a different hash requires a call from the Safe.

    • Roles:
      • authorizedRelayers: EOA 5
      • owner: Fluidkey Earn Owner

    Polygon PoS

    FluidkeyEarnModule0x3BDb…f2f9

    Safe module used for Fluidkey auto-earn. Authorized relayers can deposit tokens into the vault selected by the Safe’s configuration hash, with vault shares credited to that Safe. The module owner publishes configurations, but selecting a different hash requires a call from the Safe.

    • Roles:
      • authorizedRelayers: EOA 6
      • owner: Fluidkey Earn Owner

    OP Mainnet

    FluidkeyEarnModule0x3BDb…f2f9

    Safe module used for Fluidkey auto-earn. Authorized relayers can deposit tokens into the vault selected by the Safe’s configuration hash, with vault shares credited to that Safe. The module owner publishes configurations, but selecting a different hash requires a call from the Safe.

    • Roles:
      • authorizedRelayers: EOA 7
      • owner: Fluidkey Earn Owner