LogoLogo
  • Getting Started
    • What and Why Crypto x AI
    • Podcasts
    • Reading Lists
    • Tutorials
    • Top Accounts to Follow
  • SendAI Agent Kit
    • Getting Started
  • Components to Build an Agent
    • The Model
    • Giving agent a wallet
    • Making the agent trade
    • Transaction Landing and anything onchain
    • Agent Economics
    • Interfaces and Channels
    • Making Verifiable Agents
    • Deploying the agents
  • AI Hackathon
    • 🤖AI Hackathon Sponsor Resources
  • MCP Competition
    • MCP Competition Resources
      • SendAI Resources
      • Solana Foundation
      • Crossmint Resources
      • Others
Powered by GitBook
On this page

Was this helpful?

  1. Components to Build an Agent

Giving agent a wallet

PreviousThe ModelNextMaking the agent trade

Last updated 3 months ago

Was this helpful?

Wallets are the first thing, any agent will need to interact with things on-chain. There are a couple type of wallet to choose from, depending on use-case :

  1. Embedded Wallet - this would be better than an EOA, if your agent needs to perform action across chains, so with help of embedded wallet, you can essentially deposit funds from any supported chain and the agent can then swap to the desired chain it wants.

You can use Custodial Wallet which supports Solana and 20+ evm chains.

  1. PKP Wallets - these are , which enable you to create non-custodial wallets for your agent, and are suitable for applications revolving around fund management. Lit Protocol provides an easy way to create/manage them.

  2. EOA Wallets - these are just normal wallets, for which you’ll need to generate the private keys and keep them securely stored in your environment, this is not recommended as it’s least secure.

  3. Multichain Wallets - these are non-custodial wallets for agents to interact on Solana, Ethereum, and Bitcoin (with more chains coming). enables a percentage of every transaction to be routed to agent platforms or creators, creating a built-in revenue model for human developers.

Crossmint
multisig wallets
EmblemAI