Giving agent a wallet
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 :
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 Crossmint Custodial Wallet which supports Solana and 20+ evm chains.
PKP Wallets - these are multisig wallets, 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.
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.
Multichain Wallets - these are non-custodial wallets for agents to interact on Solana, Ethereum, and Bitcoin (with more chains coming). EmblemAI enables a percentage of every transaction to be routed to agent platforms or creators, creating a built-in revenue model for human developers.
Last updated
Was this helpful?