For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Contact support
AUSDAPI ReferenceStable SwapsWhitelabel Stablecoins
AUSDAPI ReferenceStable SwapsWhitelabel Stablecoins
  • AUSD General Information
    • Contract Overview
    • Role Based Access Control (RBAC)
    • Security and Compliance
    • Advanced ERC Features
    • Contract Deployments
    • Smart Contract Audit Reports
    • Transparency
    • Other Information
Contact support
LogoLogo
On this page
  • EIP-712: Typed Structured Data Hashing and Signing
  • ERC-1271: Smart Contract Wallet Signature Validation
  • ERC-2612: Permit – 712-Signed Approvals
  • ERC-3009: Gasless Token Transfers
AUSD General Information

Advanced ERC Features

EIP-712: Typed Structured Data Hashing and Signing

This standard enhances security for off-chain data handling by enabling typed structured data hashing and signing, allowing users to securely sign data before it is transmitted to the blockchain.

ERC-1271: Smart Contract Wallet Signature Validation

This interface allows smart contracts to validate signatures, facilitating integration with smart contract-based wallets and enhancing user experience and security.

ERC-2612: Permit – 712-Signed Approvals

ERC-2612 enables approvals via signatures, allowing for gasless transactions. Users can permit token transfers by signing messages off-chain, which can then be executed on-chain by others.

ERC-3009: Gasless Token Transfers

This standard supports gasless token transfers, improving user experience by allowing transactions to be executed without requiring the sender to hold Ether for gas fees.

Previous

Contract Deployments

Next
Built with