# AutoBoy > Documentation for AutoBoy by The Firm: the pre-launch order book for tokens on Base, enabling users to line up their buy orders for a token before the token even exists. ## Docs - [Join the waitlist](https://docs.thefirm.biz/accessing-the-app.md) - [Request an API key](https://docs.thefirm.biz/api-reference/api-keys/request-an-api-key.md): Submits a request for an API key to The Firm. - [Get AutoBoy wallet](https://docs.thefirm.biz/api-reference/autoboy-wallet/get-autoboy-wallet.md): Returns the AutoBoy smart wallet address associated with the API key, along with the ERC-20 tokens and native ETH it holds on Base. - [Withdraw an asset](https://docs.thefirm.biz/api-reference/autoboy-wallet/withdraw-an-asset.md): Withdraws an ERC-20 token or native ETH from the AutoBoy smart wallet associated with the API key to an arbitrary destination address on Base. - [Create buy orders](https://docs.thefirm.biz/api-reference/buy-orders/create-buy-orders.md): Creates one or more pre-launch buy orders for the listed projects — each buy order auto-buys that project's future token at launch. - [Delete buy orders](https://docs.thefirm.biz/api-reference/buy-orders/delete-buy-orders.md): Deletes one or more of the caller's buy orders, keyed by project slug. - [List buy orders](https://docs.thefirm.biz/api-reference/buy-orders/list-buy-orders.md): Returns a cursor-paginated page of the API key owner's buy orders, ordered by spend amount. Excludes deleted buy orders unless `?status=deleted` is passed. - [Update buy orders](https://docs.thefirm.biz/api-reference/buy-orders/update-buy-orders.md): Updates the spend cap, FDV cap, or expiry of one or more active buy orders. - [Send feedback](https://docs.thefirm.biz/api-reference/feedback/send-feedback.md): Send feedback to The Firm. - [Get current identity](https://docs.thefirm.biz/api-reference/identity/get-current-identity.md): Returns the identity behind the API key used to make the request: its AutoBoy smart wallet, label, and the slugs of the projects it owns. - [Get a project](https://docs.thefirm.biz/api-reference/projects/get-a-project.md): Returns a project profile and its current stats. If your API key is associated with the project, the response includes additional owner-only stats. - [List a project's buyers](https://docs.thefirm.biz/api-reference/projects/list-a-projects-buyers.md): Returns a cursor-paginated page of a project's buyers, ordered by follower count (highest first). When the request's API key owns the project, each buyer additionally carries `maxSpendUsdc` & `maxFdvUsdc`. - [List projects](https://docs.thefirm.biz/api-reference/projects/list-projects.md): Returns a cursor-paginated list of public project profiles. Pass the `meta.nextCursor` from a response as the `cursor` of the next request to page forward. - [Register a project](https://docs.thefirm.biz/api-reference/projects/register-a-project.md): Submit a project or agent for registration with AutoBoy. - [Quickstart](https://docs.thefirm.biz/auto-boy-api.md): The AutoBoy Public API is a REST API for browsing projects, tracking your own launch, placing pre-launch buy orders, and managing your AutoBoy smart wallet. - [Contact](https://docs.thefirm.biz/contact.md) - [Dev Buys](https://docs.thefirm.biz/dev-buys.md) - [Fees](https://docs.thefirm.biz/fees.md) - [Introduction](https://docs.thefirm.biz/index.md) - [Links](https://docs.thefirm.biz/links.md) - [Market Cap calculation](https://docs.thefirm.biz/mcap-calculation.md) - [Order Execution](https://docs.thefirm.biz/order-execution.md): What happens when a project deploys their token? - [Order expiry](https://docs.thefirm.biz/order-validity.md) - [Creating buy orders](https://docs.thefirm.biz/orders.md) - [OTC Buys](https://docs.thefirm.biz/otc-buys.md) - [Registering a token launch](https://docs.thefirm.biz/register-a-launch.md): Create an AutoBoy profile for your project's upcoming token launch - [Max Price (MCap)](https://docs.thefirm.biz/setting-max-price.md) - [Speed](https://docs.thefirm.biz/speed.md) - [Spend (USDC)](https://docs.thefirm.biz/spend.md) - [Supported launchpads](https://docs.thefirm.biz/supported-launchpads.md) - [Wallets & funds](https://docs.thefirm.biz/wallets-and-funds.md) - [Why use AutoBoy](https://docs.thefirm.biz/why-launch.md): AutoBoy is the missing link in your TGE toolkit. It works with any launchpad. ## OpenAPI Specs - [openapi](https://thefirm.biz/api/public/v1/openapi.json)