# August

## August

- [Introduction](https://docs.augustdigital.io/readme.md)
- [Protocol Overview](https://docs.augustdigital.io/protocol-overview.md)
- [TWAP](https://docs.augustdigital.io/using-august/twap.md)
- [Risks and Audits](https://docs.augustdigital.io/smart-contracts/risks-and-audits.md): Risks entail economic and security problems, like smart contract, oracle and liquidation risks. Security audits are professional assessments on whether the code are safe and correct.
- [Contract Addresses](https://docs.augustdigital.io/smart-contracts/contract-addresses.md)
- [API Reference](https://docs.augustdigital.io/developers/api-reference.md): The August Digital API is a comprehensive RESTful API designed for DeFi portfolio management and trading operations.
- [TypeScript SDK](https://docs.augustdigital.io/developers/typescript-sdk.md)
- [Quick Start](https://docs.augustdigital.io/developers/typescript-sdk/javascript-sdk.md): The August Digital SDK provides a TypeScript API for August services and resources. You can use the TypeScript API to build applications or libraries for the browser or Node.js.
- [Usage Guide](https://docs.augustdigital.io/developers/typescript-sdk/code-examples.md)
- [Vault Actions](https://docs.augustdigital.io/developers/typescript-sdk/code-examples/vaults.md): Query vault data across EVM and Solana chains. All vault getters are available on the main AugustSDK class.
- [EVM Actions](https://docs.augustdigital.io/developers/typescript-sdk/code-examples/evm-actions.md): Execute transactions on EVM vaults including deposits, withdrawals, and approvals. All write operations are available via \`sdk.evm.\*\` methods.
- [Solana Actions](https://docs.augustdigital.io/developers/typescript-sdk/code-examples/solana-actions.md): Execute transactions on Solana vaults including deposits, withdrawals, and queries. All operations follow the same pattern as EVM vaults for consistency.
- [Stellar Actions](https://docs.augustdigital.io/developers/typescript-sdk/code-examples/stellar-actions.md): Deposit into and redeem from Stellar (Soroban) vaults such as Gami earnUSDC / earnXLM. Write operations build an unsigned transaction that you sign with the user's wallet and submit back through the S
- [ABI Functions](https://docs.augustdigital.io/developers/typescript-sdk/code-examples/abis.md): The August Digital SDK includes all necessary contract ABIs (Application Binary Interfaces) for interacting with August vaults and related contracts. All ABIs are exported with the \`ABI\_\` prefix.
- [Error Handling](https://docs.augustdigital.io/developers/typescript-sdk/errors.md): Reference for the typed errors thrown by \`@augustdigital/sdk\`. Use this to decide which \`catch\` paths to write and how to recover from each failure class.
- [SDK Reference](https://docs.augustdigital.io/developers/typescript-sdk/api.md)
- [AugustSDK](https://docs.augustdigital.io/developers/typescript-sdk/api/augustsdk.md)
- [AugustVaults](https://docs.augustdigital.io/developers/typescript-sdk/api/augustvaults.md)
- [AugustSubAccounts](https://docs.augustdigital.io/developers/typescript-sdk/api/augustsubaccounts.md)
- [EVMAdapter](https://docs.augustdigital.io/developers/typescript-sdk/api/evmadapter.md)
- [SolanaAdapter](https://docs.augustdigital.io/developers/typescript-sdk/api/solanaadapter.md)
- [SuiAdapter](https://docs.augustdigital.io/developers/typescript-sdk/api/suiadapter.md)
- [StellarAdapter](https://docs.augustdigital.io/developers/typescript-sdk/api/stellaradapter.md)
- [ABIs](https://docs.augustdigital.io/developers/typescript-sdk/api/abis.md)
- [Changelog](https://docs.augustdigital.io/developers/typescript-sdk/changelog.md)
- [CLI (august)](https://docs.augustdigital.io/developers/cli.md)
- [MCP Server (august-mcp)](https://docs.augustdigital.io/developers/mcp.md)
- [Legal](https://docs.augustdigital.io/legal/legal-notices.md)
- [Terms of Service](https://docs.augustdigital.io/legal/legal-notices/terms-of-service.md)
- [Privacy Policy](https://docs.augustdigital.io/legal/legal-notices/privacy-policy.md)
- [Cookie Policy](https://docs.augustdigital.io/legal/legal-notices/cookie-policy.md)
- [Loan Product Terms](https://docs.augustdigital.io/legal/legal-notices/loan-product-terms.md): Standard Terms Governing Loans Originated on the August Platform. Effective for all loans originated through the August platform (augustdigita.io)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.augustdigital.io/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
