Agent Wallet Portal Service

The Agent Wallet Portal Service acts as a secure conduit between the agent's operations and onchain transaction execution. The process involves:

  • Transaction Signing:

    • The agent's intended actions are sent to the Agent Wallet Portal, which uses the Alchemy SDK to request Turnkey to sign the transaction on behalf of the agent.

  • Paymaster Execution:

    • Once signed, the transaction is forwarded to the Alchemy Paymaster, responsible for executing the transaction on the blockchain.

  • Gas Tank Integration:

    • As the transaction is processed, the user's Gas Tank balance is automatically reduced by the transaction cost, calculated in USDC.

This architecture ensures secure and efficient transaction processing, with the user's assets protected and transaction costs transparently managed.

Last updated