diff --git a/pages/home/ai-agent-quickstarts/agent-with-spending-limit.mdx b/pages/home/ai-agent-quickstarts/agent-with-spending-limit.mdx index a6e6a193c..d4934743b 100644 --- a/pages/home/ai-agent-quickstarts/agent-with-spending-limit.mdx +++ b/pages/home/ai-agent-quickstarts/agent-with-spending-limit.mdx @@ -2,7 +2,7 @@ import { Steps } from 'nextra/components' # AI agent with a spending limit for a treasury -This setup is used by DAO's or other organizations that want to utilize AI agents to manage their funds. +This setup is used by DAOs or other organizations that want to utilize AI agents to manage their funds. This setup uses Safe's [allowance module](https://github.com/safe-global/safe-modules/blob/main/modules/allowances/contracts/AllowanceModule.sol). After activating it for a Safe Smart Account, you can set an allowance per token for a spender (the delegator).