diff --git a/apps/nextra/pages/en/build/sdks/ts-sdk/account/account-abstraction.mdx b/apps/nextra/pages/en/build/sdks/ts-sdk/account/account-abstraction.mdx index b4d36cfc9..7f8e17d94 100644 --- a/apps/nextra/pages/en/build/sdks/ts-sdk/account/account-abstraction.mdx +++ b/apps/nextra/pages/en/build/sdks/ts-sdk/account/account-abstraction.mdx @@ -6,7 +6,7 @@ import { Steps, Callout } from "nextra/components"; # Account Abstraction -Account Abstraction (AA) on Aptos **enables custom transaction authentication logic through Move modules**, allowing accounts to define their own rules beyond native cryptographic schemes. +Account Abstraction (AA) on Aptos **enables custom transaction authentication logic through Move modules**, allowing accounts to define their own rules beyond native cryptographic schemes. **Note:** This is currently only live on testnet as of July 17, 2025. ## Core Concepts