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 cf04eec80..a6e6a193c 100644 --- a/pages/home/ai-agent-quickstarts/agent-with-spending-limit.mdx +++ b/pages/home/ai-agent-quickstarts/agent-with-spending-limit.mdx @@ -4,7 +4,7 @@ import { Steps } from 'nextra/components' This setup is used by DAO's or other organizations that want to utilize AI agents to manage their funds. -This setup uses the [allowance module](https://github.com/safe-global/safe-modules/blob/main/modules/allowances/contracts/AllowanceModule.sol) of Safe. +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). It can be a one-time allowance, or an allowance that resets after a certain time interval (for example, 100 USDC every day).