Privacy & Security

Security and privacy are central to how AGNT.Hub is built, from wallet architecture to data handling.

Security and privacy are central to how AGNT.Hub is built, from wallet architecture to data handling.

Account Abstraction & Wallet Safety

AGNT Connect uses externally owned accounts (EOAs) rather than ERC-4337 smart wallets. All onchain actions are signed client-side using privateKeyToAccount and createWalletClient from the Viem library. Transactions are broadcast via public RPC endpoints, with no backend key exposure.

Data Protection

We do not use any third-party analytics tools (such as Google Analytics or Mixpanel) in either our backend or frontend. All usage metrics are derived from internal data sources, including quiz completions and campaign activity, stored in our database.

Our logging system tracks request metadata (method, URL, status code, response time) through a custom log.middleware, but never stores request headers or bodies containing sensitive tokens (e.g. JWT). For blockchain events (such as swaps or webhook-based updates), only relevant transaction history is stored for operational use.

Last updated