# Brickken Documentation ## Docs - [Agentic Methods with x402](https://docs.brickken.com/api-reference/endpoint/agentic-methods-x402.md): ERC-8004 agent methods exposed through x402scan-discoverable facades and prepare-transactions, with API key or x402 payment authentication. - [Prepare Transactions](https://docs.brickken.com/api-reference/endpoint/create.md): **Description:** This endpoint prepares unsigned transactions for various blockchain operations. The operation is determined by the `method` field in the request body. Supported methods include standard tokenization methods (`newTokenization`, `mintToken`, `whitelist`, `burnToken`, `approve`, `trans… - [Create Token on Behalf](https://docs.brickken.com/api-reference/endpoint/create-token-on-behalf.md) - [Get Allowance](https://docs.brickken.com/api-reference/endpoint/get-allowance.md): **Description:** Retrieves the allowance of a spender address for a given token from the owner's address. - [Get Balance and Whitelist Status](https://docs.brickken.com/api-reference/endpoint/get-balance-whitelist.md): **Description:** Fetches the balance and whitelist status of a user for a specific token. - [Get Investments by STO](https://docs.brickken.com/api-reference/endpoint/get-investments-by-sto.md) - [Get Investors Information](https://docs.brickken.com/api-reference/endpoint/get-investors-info.md) - [Get Network Information](https://docs.brickken.com/api-reference/endpoint/get-network-info.md): **Description:** Retrieves network information for a specified chain ID. - [Get STO Balance](https://docs.brickken.com/api-reference/endpoint/get-sto-balance.md): **Description:** This endpoint retrieves balance details and current status for a Security Token Offering (STO). The specific STO may be determined by context (e.g., associated with the API key) or might require parameters not specified here. - [Get STOs](https://docs.brickken.com/api-reference/endpoint/get-stos.md) - [Get Token Information](https://docs.brickken.com/api-reference/endpoint/get-token-info.md): **Description:** Retrieves detailed information about a specific token. - [Get Tokenizer Information](https://docs.brickken.com/api-reference/endpoint/get-tokenizer-info.md): **Description:** Retrieves information about the tokenizer of a specific token. - [Get Transaction Status](https://docs.brickken.com/api-reference/endpoint/get-transaction-status.md): **Description:** This endpoint retrieves the status of a transaction submitted through `/send-transactions`. - [Get Whitelist Status](https://docs.brickken.com/api-reference/endpoint/get-whitelist-status.md): **Description:** Checks the whitelist status of an investor for a specific token. - [approve](https://docs.brickken.com/api-reference/endpoint/prepare-approve.md): Prepares unsigned transactions for the approve method. - [burnToken](https://docs.brickken.com/api-reference/endpoint/prepare-burnToken.md): Prepares unsigned transactions for the burnToken method. - [claimTokens](https://docs.brickken.com/api-reference/endpoint/prepare-claimTokens.md): Prepares unsigned transactions for the claimTokens method. - [closeOffer](https://docs.brickken.com/api-reference/endpoint/prepare-closeOffer.md): Prepares unsigned transactions for the closeOffer method. - [dividendDistribution](https://docs.brickken.com/api-reference/endpoint/prepare-dividendDistribution.md): Prepares unsigned transactions for the dividendDistribution method. - [mintToken](https://docs.brickken.com/api-reference/endpoint/prepare-mintToken.md): Prepares unsigned transactions for the mintToken method. - [newInvest](https://docs.brickken.com/api-reference/endpoint/prepare-newInvest.md): Prepares unsigned transactions for the newInvest method. - [newSto](https://docs.brickken.com/api-reference/endpoint/prepare-newSto.md): Prepares unsigned transactions for the newSto method. - [newTokenization](https://docs.brickken.com/api-reference/endpoint/prepare-newTokenization.md): Prepares unsigned transactions for the newTokenization method. - [transferFrom](https://docs.brickken.com/api-reference/endpoint/prepare-transferFrom.md): Prepares unsigned transactions for the transferFrom method. - [transferTo](https://docs.brickken.com/api-reference/endpoint/prepare-transferTo.md): Prepares unsigned transactions for the transferTo method. - [whitelist](https://docs.brickken.com/api-reference/endpoint/prepare-whitelist.md): Prepares unsigned transactions for the whitelist method. - [Send Transactions](https://docs.brickken.com/api-reference/endpoint/send.md): **Description:** This endpoint submits signed transactions to the blockchain. This endpoint works uniformly for all transaction types prepared using the `/prepare-transactions` endpoint. - [Update Token Documentation](https://docs.brickken.com/api-reference/endpoint/update-docs.md): **Description:** This endpoint allows you to update token-related documentation and branding materials. - [Introduction](https://docs.brickken.com/api-reference/introduction.md): Overview and authentication for the Brickken API V2. - [Authentication & Configuration](https://docs.brickken.com/cli/authentication.md): x402-only authentication, private key signing, environments, and configuration precedence for the Brickken CLI. - [agent](https://docs.brickken.com/cli/commands/agent.md): Manage ERC-8004 agent identity and reputation from the Brickken CLI. - [Token economics](https://docs.brickken.com/cli/commands/token-economics.md): Create, mint, burn, transfer, and approve agentic ERC-20 tokens with the Brickken CLI. - [tx](https://docs.brickken.com/cli/commands/tx.md): Raw prepare, sign, send, and status flows for any Brickken API V2 method. - [Agent & Token Workflow](https://docs.brickken.com/cli/guides/agent-and-token-workflow.md): An end-to-end walkthrough: register an ERC-8004 agent, then deploy and manage its token with the Brickken CLI. - [Installation](https://docs.brickken.com/cli/installation.md): Install the Brickken CLI from npm and verify your setup. - [CLI Introduction](https://docs.brickken.com/cli/introduction.md): The Brickken CLI: an x402-paid command-line tool for agentic API V2 workflows. - [Quickstart](https://docs.brickken.com/cli/quickstart.md): Set up your environment and run your first end-to-end Brickken CLI transaction. ## OpenAPI Specs - [openapi](https://docs.brickken.com/api-reference/openapi.json) - [openapi-old](https://docs.brickken.com/api-reference/openapi-old.json) ## Optional - [Documentation](https://docs.brickken.com) - [Community](https://discord.com/invite/brickken-official-community-851756929268056086) - [Blog](https://www.brickken.com/blog)