# Forest Docs > Technical and creator documentation for Forest Protocol. Use `/llms-full.txt` for the full documentation corpus, or the per-page Markdown links below for targeted context. ## Docs - [Forest Docs](https://forest.inc/docs): Technical and creator documentation for Forest Protocol. - Markdown: https://forest.inc/docs.md - [Overview](https://forest.inc/docs/creator-playbook): Launch a playable token on Forest — upload your own game or build one from a prompt. - Markdown: https://forest.inc/docs/creator-playbook.md - [Key Links](https://forest.inc/docs/creator-playbook/key-links): Useful links for Forest creators. - Markdown: https://forest.inc/docs/creator-playbook/key-links.md - [Launch Flow](https://forest.inc/docs/creator-playbook/launch-flow): Step-by-step playable token launch flow. - Markdown: https://forest.inc/docs/creator-playbook/launch-flow.md - [Wallet and Gas](https://forest.inc/docs/creator-playbook/wallet-and-gas): What you need before launching on Forest — wallet, gas, and project details. - Markdown: https://forest.inc/docs/creator-playbook/wallet-and-gas.md - [AI Skill](https://forest.inc/docs/developers/ai-skill): Install Forest's AI skill so your coding agent builds integrations correctly — Claude Code, Cursor, Codex, and any SKILL.md-compatible agent. - Markdown: https://forest.inc/docs/developers/ai-skill.md - [Overview](https://forest.inc/docs/developers/forest-playkit): What Forest Playkit is, how it's structured, and the core concepts for developers. - Markdown: https://forest.inc/docs/developers/forest-playkit.md - [Burns](https://forest.inc/docs/developers/forest-playkit/burns): On-chain wallet burns for in-game sinks, with signed backend settlement. - Markdown: https://forest.inc/docs/developers/forest-playkit/burns.md - [Errors and Security](https://forest.inc/docs/developers/forest-playkit/errors-security): Error-code reference and security rules for HTML template integrations. - Markdown: https://forest.inc/docs/developers/forest-playkit/errors-security.md - [Game Actions](https://forest.inc/docs/developers/forest-playkit/game-actions): Action authorization and trusted backend settlement for game actions. - Markdown: https://forest.inc/docs/developers/forest-playkit/game-actions.md - [Game Balance](https://forest.inc/docs/developers/forest-playkit/game-balance): Player balance, deposits, withdrawals, transactions, and vault funding. - Markdown: https://forest.inc/docs/developers/forest-playkit/game-balance.md - [Player Identity](https://forest.inc/docs/developers/forest-playkit/identity): Wallet messages and trusted player identity code redemption. - Markdown: https://forest.inc/docs/developers/forest-playkit/identity.md - [Quickstart](https://forest.inc/docs/developers/forest-playkit/quickstart): Add the Forest bridge to your HTML app and make your first call. - Markdown: https://forest.inc/docs/developers/forest-playkit/quickstart.md - [RPC Reference](https://forest.inc/docs/developers/forest-playkit/rpc-reference): Forest RPC request, response, and exposed method reference. - Markdown: https://forest.inc/docs/developers/forest-playkit/rpc-reference.md - [Swap Sessions](https://forest.inc/docs/developers/forest-playkit/swap-sessions): User-approved auto-swap sessions and trusted backend execution. - Markdown: https://forest.inc/docs/developers/forest-playkit/swap-sessions.md - [Swaps](https://forest.inc/docs/developers/forest-playkit/swaps): Swap quote, buy, and sell methods, plus the snapshot shape. - Markdown: https://forest.inc/docs/developers/forest-playkit/swaps.md - [API Reference](https://forest.inc/docs/reference): Forest REST API endpoints generated from the OpenAPI schema. - Markdown: https://forest.inc/docs/reference.md - [Create a new agent session](https://forest.inc/docs/reference/agents/createSessionAgent): Starts a new conversation with an AI agent. - Markdown: https://forest.inc/docs/reference/agents/createSessionAgent.md - [Get agent details](https://forest.inc/docs/reference/agents/getAgent): Returns the details of an AI agent. - Markdown: https://forest.inc/docs/reference/agents/getAgent.md - [Get session details](https://forest.inc/docs/reference/agents/getSessionAgent): Returns a specific session with its message history. - Markdown: https://forest.inc/docs/reference/agents/getSessionAgent.md - [List session messages](https://forest.inc/docs/reference/agents/listMessagesAgents): Returns a specific sessions message history. - Markdown: https://forest.inc/docs/reference/agents/listMessagesAgents.md - [List agent sessions](https://forest.inc/docs/reference/agents/listSessionsAgents): Returns all AI agent sessions for the current user. - Markdown: https://forest.inc/docs/reference/agents/listSessionsAgents.md - [Retry a message previously sent to the agent](https://forest.inc/docs/reference/agents/retryMessageAgent): Retries a message previously sent to the AI agent and gets a response. - Markdown: https://forest.inc/docs/reference/agents/retryMessageAgent.md - [Send a message to the agent](https://forest.inc/docs/reference/agents/sendMessageAgent): Sends a message to the AI agent and gets a response. - Markdown: https://forest.inc/docs/reference/agents/sendMessageAgent.md - [Sse Agent](https://forest.inc/docs/reference/agents/sseAgent) - Markdown: https://forest.inc/docs/reference/agents/sseAgent.md - [Get an app template](https://forest.inc/docs/reference/app-templates/getAppTemplate): Returns a specific app template by its id. - Markdown: https://forest.inc/docs/reference/app-templates/getAppTemplate.md - [List app templates](https://forest.inc/docs/reference/app-templates/listAppTemplates): List all available app templates - Markdown: https://forest.inc/docs/reference/app-templates/listAppTemplates.md - [Generate a nonce](https://forest.inc/docs/reference/auth/challenge): Generate a single-use nonce to sign. - Markdown: https://forest.inc/docs/reference/auth/challenge.md - [Logout user](https://forest.inc/docs/reference/auth/logout): Destroys the current session and clears the cookie - Markdown: https://forest.inc/docs/reference/auth/logout.md - [Refresh user's access token](https://forest.inc/docs/reference/auth/refresh): Creates a new access token for the user, if the session is active - Markdown: https://forest.inc/docs/reference/auth/refresh.md - [Verify a user's signature](https://forest.inc/docs/reference/auth/siweLogin): Verify a user's signature and consume the nonce embedded in the signed message. - Markdown: https://forest.inc/docs/reference/auth/siweLogin.md - [Claim a confirmed credit purchase](https://forest.inc/docs/reference/builder/claimPurchaseBuilder): Verifies the purchase transaction on-chain and grants the credits immediately (the event sync remains the backstop). Returns the updated balance. - Markdown: https://forest.inc/docs/reference/builder/claimPurchaseBuilder.md - [Create a new builder session](https://forest.inc/docs/reference/builder/createSessionBuilder): Starts a new token-builder draft session. - Markdown: https://forest.inc/docs/reference/builder/createSessionBuilder.md - [Get builder credit balance](https://forest.inc/docs/reference/builder/getCreditBalanceBuilder): Returns the credit balance (micro-USD) and whether it clears the prompt gate. - Markdown: https://forest.inc/docs/reference/builder/getCreditBalanceBuilder.md - [Get builder session](https://forest.inc/docs/reference/builder/getSessionBuilder): Returns a token-builder draft session. - Markdown: https://forest.inc/docs/reference/builder/getSessionBuilder.md - [List builder sessions](https://forest.inc/docs/reference/builder/listSessionsBuilders): Returns all token-builder draft sessions. - Markdown: https://forest.inc/docs/reference/builder/listSessionsBuilders.md - [Retry a builder prompt](https://forest.inc/docs/reference/builder/retryMessageBuilder): Checks the credit gate and retries a failed token-builder prompt. - Markdown: https://forest.inc/docs/reference/builder/retryMessageBuilder.md - [Send a builder prompt](https://forest.inc/docs/reference/builder/sendMessageBuilder): Checks the credit gate and starts token-builder generation; steps are billed from credits as they finish. - Markdown: https://forest.inc/docs/reference/builder/sendMessageBuilder.md - [Sse Builder](https://forest.inc/docs/reference/builder/sseBuilder) - Markdown: https://forest.inc/docs/reference/builder/sseBuilder.md - [Trash a builder session](https://forest.inc/docs/reference/builder/trashSessionBuilder): Hides a token-builder draft session from the draft list. - Markdown: https://forest.inc/docs/reference/builder/trashSessionBuilder.md - [Get buyback history for a token](https://forest.inc/docs/reference/buyback/getBuybackHistoryBuyback) - Markdown: https://forest.inc/docs/reference/buyback/getBuybackHistoryBuyback.md - [Get next buyback execution time](https://forest.inc/docs/reference/buyback/getNextExecutionBuyback) - Markdown: https://forest.inc/docs/reference/buyback/getNextExecutionBuyback.md - [Get competition data by id](https://forest.inc/docs/reference/competitions/getCompetitionCompetition): Returns top wallets ranked by FOREST equivalent trading volume for the specified competition. - Markdown: https://forest.inc/docs/reference/competitions/getCompetitionCompetition.md - [Get competitions](https://forest.inc/docs/reference/competitions/getCompetitionsCompetition): Returns a list of competitions. Use status filter to get active, ended, or all competitions. - Markdown: https://forest.inc/docs/reference/competitions/getCompetitionsCompetition.md - [Get competition reward stats](https://forest.inc/docs/reference/competitions/getStatsCompetition): Returns aggregate reward statistics across all competitions. - Markdown: https://forest.inc/docs/reference/competitions/getStatsCompetition.md - [Get user leaderboard stats](https://forest.inc/docs/reference/competitions/getUserStatsCompetition): Returns ranking and volume stats for a specific wallet in the specified competition. Requires authentication. - Markdown: https://forest.inc/docs/reference/competitions/getUserStatsCompetition.md - [Claim being referred by another user](https://forest.inc/docs/reference/me/claimReferralBonus) - Markdown: https://forest.inc/docs/reference/me/claimReferralBonus.md - [Mark welcome flow as dismissed](https://forest.inc/docs/reference/me/dismissOnboarding) - Markdown: https://forest.inc/docs/reference/me/dismissOnboarding.md - [Get current user](https://forest.inc/docs/reference/me/getMe): Returns the currently authenticated user - Markdown: https://forest.inc/docs/reference/me/getMe.md - [Get portfolio PnL](https://forest.inc/docs/reference/me/getPortfolioPnl): Returns unrealized and realized PnL for all tokens traded by the current user - Markdown: https://forest.inc/docs/reference/me/getPortfolioPnl.md - [Get or generate the current user referral code](https://forest.inc/docs/reference/me/getReferralCode) - Markdown: https://forest.inc/docs/reference/me/getReferralCode.md - [Get referral stats (seeds earned + referees count)](https://forest.inc/docs/reference/me/getReferralSummary) - Markdown: https://forest.inc/docs/reference/me/getReferralSummary.md - [List current user tokens](https://forest.inc/docs/reference/me/getTokens): Alias for GET /tokens?owner=me. Lists all tokens belonging to the current user - Markdown: https://forest.inc/docs/reference/me/getTokens.md - [Get current user username settings](https://forest.inc/docs/reference/me/getUsernameSettings) - Markdown: https://forest.inc/docs/reference/me/getUsernameSettings.md - [Set the current user username](https://forest.inc/docs/reference/me/setUsername) - Markdown: https://forest.inc/docs/reference/me/setUsername.md - [Get news by slug](https://forest.inc/docs/reference/news/getNews): Returns a specific news article by slug. - Markdown: https://forest.inc/docs/reference/news/getNews.md - [List News](https://forest.inc/docs/reference/news/listNews): Lists all published news articles. - Markdown: https://forest.inc/docs/reference/news/listNews.md - [List ongoing events](https://forest.inc/docs/reference/ongoing-events/findOngoingOngoingEvents): Returns currently live vault auctions and active trading competitions, sorted by end date ascending. - Markdown: https://forest.inc/docs/reference/ongoing-events/findOngoingOngoingEvents.md - [Get OHLCV candles for a pair](https://forest.inc/docs/reference/pairs/getCandlesPair): Returns aggregated OHLCV candles for a pair, ascending by time. - Markdown: https://forest.inc/docs/reference/pairs/getCandlesPair.md - [Get History Pair](https://forest.inc/docs/reference/pairs/getHistoryPair) - Markdown: https://forest.inc/docs/reference/pairs/getHistoryPair.md - [Get a pair](https://forest.inc/docs/reference/pairs/getPair): Returns a specific pair - Markdown: https://forest.inc/docs/reference/pairs/getPair.md - [Get recent swaps for a pair](https://forest.inc/docs/reference/pairs/getSwapsPair): Returns recent swap rows for the transaction table. - Markdown: https://forest.inc/docs/reference/pairs/getSwapsPair.md - [List pairs](https://forest.inc/docs/reference/pairs/listPairs): Lists all pairs. - Markdown: https://forest.inc/docs/reference/pairs/listPairs.md - [Search pairs](https://forest.inc/docs/reference/pairs/searchPair): Searches for pairs by token name or symbol. - Markdown: https://forest.inc/docs/reference/pairs/searchPair.md - [Get bet history](https://forest.inc/docs/reference/playables-/-coin-flip/getHistoryCoinFlip): Returns paginated bet history for the current user - Markdown: https://forest.inc/docs/reference/playables-/-coin-flip/getHistoryCoinFlip.md - [Get settings](https://forest.inc/docs/reference/playables-/-coin-flip/getSettingsCoinFlip): Returns the settings for the specific project - Markdown: https://forest.inc/docs/reference/playables-/-coin-flip/getSettingsCoinFlip.md - [Make a bet](https://forest.inc/docs/reference/playables-/-coin-flip/makeBetCoinFlip): Places a bet using the game engine RNG - Markdown: https://forest.inc/docs/reference/playables-/-coin-flip/makeBetCoinFlip.md - [Confirm claim result](https://forest.inc/docs/reference/playables-/-game/confirmClaimGameEngine): Reports on-chain withdrawal result to update claim status - Markdown: https://forest.inc/docs/reference/playables-/-game/confirmClaimGameEngine.md - [Get game balance](https://forest.inc/docs/reference/playables-/-game/getBalanceGameEngine): Returns the computed game balance for the current user - Markdown: https://forest.inc/docs/reference/playables-/-game/getBalanceGameEngine.md - [Get player burns](https://forest.inc/docs/reference/playables-/-game/getPlayerBurnsGameEngine): Returns the current player's paginated on-chain burns for this project - Markdown: https://forest.inc/docs/reference/playables-/-game/getPlayerBurnsGameEngine.md - [Get player burn summary](https://forest.inc/docs/reference/playables-/-game/getPlayerBurnSummaryGameEngine): Returns the current player's burn totals for this project, grouped by reason - Markdown: https://forest.inc/docs/reference/playables-/-game/getPlayerBurnSummaryGameEngine.md - [Get player game transactions](https://forest.inc/docs/reference/playables-/-game/getTransactionsGameEngine): Returns paginated deposit, claim, and fund transactions for the current user - Markdown: https://forest.inc/docs/reference/playables-/-game/getTransactionsGameEngine.md - [Get vault funding transactions](https://forest.inc/docs/reference/playables-/-game/getVaultFundingTransactionsGameEngine): Returns paginated Game Vault funding records for the project owner - Markdown: https://forest.inc/docs/reference/playables-/-game/getVaultFundingTransactionsGameEngine.md - [Record a deposit](https://forest.inc/docs/reference/playables-/-game/recordDepositGameEngine): Verifies on-chain transaction and records the deposit - Markdown: https://forest.inc/docs/reference/playables-/-game/recordDepositGameEngine.md - [Record a vault fund](https://forest.inc/docs/reference/playables-/-game/recordFundGameEngine): Verifies on-chain transaction and records a Game Vault funding transfer. Does not affect user game balance. - Markdown: https://forest.inc/docs/reference/playables-/-game/recordFundGameEngine.md - [Release claim reservation](https://forest.inc/docs/reference/playables-/-game/releaseClaimGameEngine): Releases a pending claim when no successful withdrawal transaction exists - Markdown: https://forest.inc/docs/reference/playables-/-game/releaseClaimGameEngine.md - [Request a claim](https://forest.inc/docs/reference/playables-/-game/requestClaimGameEngine): Requests withdrawal of game balance with EIP-712 signature - Markdown: https://forest.inc/docs/reference/playables-/-game/requestClaimGameEngine.md - [Authorize an HTML game action](https://forest.inc/docs/reference/playables-/-html/authorizeActionHtmlUser): Creates a short-lived player authorization for an externally settled HTML game action. - Markdown: https://forest.inc/docs/reference/playables-/-html/authorizeActionHtmlUser.md - [Create or rotate HTML settlement secret](https://forest.inc/docs/reference/playables-/-html/createOrRotateSigningSecretHtml): Creates the first signing secret or replaces the current one, returning the new plaintext secret once. - Markdown: https://forest.inc/docs/reference/playables-/-html/createOrRotateSigningSecretHtml.md - [Execute an HTML swap session](https://forest.inc/docs/reference/playables-/-html/executeSwapSessionHtml): Accepts a signed external HTML swap-session execution and submits the confirmed transaction from the Forest-managed executor wallet. - Markdown: https://forest.inc/docs/reference/playables-/-html/executeSwapSessionHtml.md - [Get settings](https://forest.inc/docs/reference/playables-/-html/getSettingsHtml): Returns the settings for the specific project - Markdown: https://forest.inc/docs/reference/playables-/-html/getSettingsHtml.md - [Get HTML settlement secret status](https://forest.inc/docs/reference/playables-/-html/getSigningSecretStatusHtml): Returns status metadata for the active HTML settlement signing secret. - Markdown: https://forest.inc/docs/reference/playables-/-html/getSigningSecretStatusHtml.md - [Issue a single-use identity code](https://forest.inc/docs/reference/playables-/-html/issueIdentityCodeHtmlUser): Issues a short-lived, single-use code for the authenticated player session. The code carries no identity data; the developer server redeems it server-to-server to learn the verified player identity. Use this instead of trusting the iframe wallet event. - Markdown: https://forest.inc/docs/reference/playables-/-html/issueIdentityCodeHtmlUser.md - [Redeem an identity code](https://forest.inc/docs/reference/playables-/-html/redeemIdentityHtml): Resolves the verified Forest identity behind a single-use identity code. Authenticated by the per-project settlement signing secret HMAC. Single-use: a redeemed code cannot be redeemed again. - Markdown: https://forest.inc/docs/reference/playables-/-html/redeemIdentityHtml.md - [Submit a signed HTML game burn](https://forest.inc/docs/reference/playables-/-html/settleBurnHtml): Server-verifiable on-chain burn, symmetric with /settlements: HMAC-signed body, single-use actionId (idempotent), bound to an action-authorization debit limit, with an optional signed `reason` slug (the grouping key) and free-form `metadata`. Verifies the supplied `txHash` is an ERC-20 transfer of exactly `amount` Project Tokens from a linked wallet to the signed `burnAddress` sink, and records it. A transfer to the dead address (0x...dead) is a real supply burn; any other sink is the app-chosen destination. `txHash` is required - burns are on-chain only. - Markdown: https://forest.inc/docs/reference/playables-/-html/settleBurnHtml.md - [Submit an HTML game settlement](https://forest.inc/docs/reference/playables-/-html/settleHtml): Accepts a signed external HTML game settlement and writes confirmed ledger entries. - Markdown: https://forest.inc/docs/reference/playables-/-html/settleHtml.md - [Get bet history](https://forest.inc/docs/reference/playables-/-lucky-reel/getHistoryLuckyReel): Returns paginated bet history for the current user - Markdown: https://forest.inc/docs/reference/playables-/-lucky-reel/getHistoryLuckyReel.md - [Get settings](https://forest.inc/docs/reference/playables-/-lucky-reel/getSettingsLuckyReel): Returns the settings for the specific project - Markdown: https://forest.inc/docs/reference/playables-/-lucky-reel/getSettingsLuckyReel.md - [Make a bet](https://forest.inc/docs/reference/playables-/-lucky-reel/makeBetLuckyReel): Places a lucky reel bet using the game engine RNG - Markdown: https://forest.inc/docs/reference/playables-/-lucky-reel/makeBetLuckyReel.md - [Authorize for the project](https://forest.inc/docs/reference/playables/authorizePlayable): Creates a new access token for the user, if the session is active - Markdown: https://forest.inc/docs/reference/playables/authorizePlayable.md - [Batch upload project images](https://forest.inc/docs/reference/projects/batchUploadImagesProject): Upload multiple project images simultaneously. Field names should match image names (e.g., heads, tails, background). This prevents race conditions when uploading multiple images. - Markdown: https://forest.inc/docs/reference/projects/batchUploadImagesProject.md - [Create a project](https://forest.inc/docs/reference/projects/createProject): Creates a new blank project for the token. Must be called after the user chooses the template. Use the update endpoint to populate it with data - Markdown: https://forest.inc/docs/reference/projects/createProject.md - [Delete a project](https://forest.inc/docs/reference/projects/deleteProject): Deletes a project. The project must be in draft status. - Markdown: https://forest.inc/docs/reference/projects/deleteProject.md - [Get a project](https://forest.inc/docs/reference/projects/getProject): Return a specific project - Markdown: https://forest.inc/docs/reference/projects/getProject.md - [List projects](https://forest.inc/docs/reference/projects/listProjects): Lists all projects created by the user. - Markdown: https://forest.inc/docs/reference/projects/listProjects.md - [Update a project](https://forest.inc/docs/reference/projects/updateProject): Updates an already existing project. The project must be in draft status, except autoSwapsEnabled which can be changed after publish for HTML v2 projects. If the body contains status and it's set to live, it will publish the project - Markdown: https://forest.inc/docs/reference/projects/updateProject.md - [Upload project image](https://forest.inc/docs/reference/projects/uploadImageProject): Used to upload an image needed for a project - Markdown: https://forest.inc/docs/reference/projects/uploadImageProject.md - [Claim a quest reward](https://forest.inc/docs/reference/quests/claimQuestQuest) - Markdown: https://forest.inc/docs/reference/quests/claimQuestQuest.md - [List active quests for a namespace](https://forest.inc/docs/reference/quests/getQuestsQuest) - Markdown: https://forest.inc/docs/reference/quests/getQuestsQuest.md - [Get seed ledger activity for current user](https://forest.inc/docs/reference/seeds/getActivitySeed): Returns paginated ledger activity for the authenticated user, optionally filtered by source type. - Markdown: https://forest.inc/docs/reference/seeds/getActivitySeed.md - [Get seed balance for current user](https://forest.inc/docs/reference/seeds/getBalanceSeed): Returns the available seed balance for the authenticated user, optionally with a per-source-type breakdown. - Markdown: https://forest.inc/docs/reference/seeds/getBalanceSeed.md - [Create a swap session](https://forest.inc/docs/reference/swap-sessions/createSwapSession): Verifies the user-submitted createSession transaction and stores the active session. - Markdown: https://forest.inc/docs/reference/swap-sessions/createSwapSession.md - [Get project swap-session executor wallet](https://forest.inc/docs/reference/swap-sessions/getExecutorWalletProjectSwapSession): Creates the Forest-managed executor wallet for the configured swap-session chain if it does not exist, then returns the address and gas balance for an HTML project owned by the current user. - Markdown: https://forest.inc/docs/reference/swap-sessions/getExecutorWalletProjectSwapSession.md - [Get project swap sessions](https://forest.inc/docs/reference/swap-sessions/getProjectSwapSessionsProjectSwapSession): Returns whether auto-swaps are ready for a live HTML project and the current user swap sessions for that project. - Markdown: https://forest.inc/docs/reference/swap-sessions/getProjectSwapSessionsProjectSwapSession.md - [Get current user swap session](https://forest.inc/docs/reference/swap-sessions/getSwapSession) - Markdown: https://forest.inc/docs/reference/swap-sessions/getSwapSession.md - [Request a swap session transaction](https://forest.inc/docs/reference/swap-sessions/requestSwapSession): Returns required token approvals and user-wallet transaction calldata for createSession without creating a database row. - Markdown: https://forest.inc/docs/reference/swap-sessions/requestSwapSession.md - [Confirm swap session revoke](https://forest.inc/docs/reference/swap-sessions/revokeSwapSession): Confirms the user-submitted revokeSession transaction and marks the local session revoked. - Markdown: https://forest.inc/docs/reference/swap-sessions/revokeSwapSession.md - [Create a token](https://forest.inc/docs/reference/tokens/createToken): Creates a new token for the user. The image is required and the status will be set to draft - Markdown: https://forest.inc/docs/reference/tokens/createToken.md - [Delete a token](https://forest.inc/docs/reference/tokens/deleteToken): Deletes a token. Will also delete all projects and their data. The token must be in draft status. - Markdown: https://forest.inc/docs/reference/tokens/deleteToken.md - [Get token derived stats](https://forest.inc/docs/reference/tokens/getDetailStatsToken): Returns derived token metrics that can be slower to calculate than the base token payload. - Markdown: https://forest.inc/docs/reference/tokens/getDetailStatsToken.md - [Get token holders](https://forest.inc/docs/reference/tokens/getHoldersToken): Returns paginated list of token holders with balances and percentages - Markdown: https://forest.inc/docs/reference/tokens/getHoldersToken.md - [Get token stats](https://forest.inc/docs/reference/tokens/getStatsToken): Returns the stats for a token - Markdown: https://forest.inc/docs/reference/tokens/getStatsToken.md - [Get a token](https://forest.inc/docs/reference/tokens/getToken): Returns a specific token. If the token is not published and the user is not the owner, will return 404 - Markdown: https://forest.inc/docs/reference/tokens/getToken.md - [List tokens](https://forest.inc/docs/reference/tokens/listTokens): Lists all tokens. By default, only published tokens are returned. If owner=me is provided, returns all tokens for the user. - Markdown: https://forest.inc/docs/reference/tokens/listTokens.md - [Update a token](https://forest.inc/docs/reference/tokens/updateToken): Updates an existing token for the user. - Markdown: https://forest.inc/docs/reference/tokens/updateToken.md - [Get auction activity feed](https://forest.inc/docs/reference/vault/getActivitySeedVault) - Markdown: https://forest.inc/docs/reference/vault/getActivitySeedVault.md - [Get auction detail](https://forest.inc/docs/reference/vault/getAuctionByIdSeedVault) - Markdown: https://forest.inc/docs/reference/vault/getAuctionByIdSeedVault.md - [List auctions](https://forest.inc/docs/reference/vault/getAuctionsSeedVault) - Markdown: https://forest.inc/docs/reference/vault/getAuctionsSeedVault.md - [Get auction bidders](https://forest.inc/docs/reference/vault/getBiddersSeedVault) - Markdown: https://forest.inc/docs/reference/vault/getBiddersSeedVault.md - [Get aggregated chart data for an auction](https://forest.inc/docs/reference/vault/getChartDataSeedVault) - Markdown: https://forest.inc/docs/reference/vault/getChartDataSeedVault.md - [Get current user position](https://forest.inc/docs/reference/vault/getUserPositionSeedVault) - Markdown: https://forest.inc/docs/reference/vault/getUserPositionSeedVault.md - [Place or increase a bid](https://forest.inc/docs/reference/vault/placeBidSeedVault) - Markdown: https://forest.inc/docs/reference/vault/placeBidSeedVault.md - [Request claim signature for auction rewards](https://forest.inc/docs/reference/vault/requestClaimSeedVault) - Markdown: https://forest.inc/docs/reference/vault/requestClaimSeedVault.md - [Core Concepts Overview](https://forest.inc/docs/whitepaper/core-concepts-overview): The mechanics that make token creation on Forest flexible, programmable, and predictable. - Markdown: https://forest.inc/docs/whitepaper/core-concepts-overview.md - [$FOREST & Seed Economy](https://forest.inc/docs/whitepaper/forest-and-seed-economy): The economics behind Forest Protocol — $FOREST as the liquidity backbone, Seeds as the incentive layer. - Markdown: https://forest.inc/docs/whitepaper/forest-and-seed-economy.md - [Forest Builder](https://forest.inc/docs/whitepaper/forest-builder): A prompt-native creation layer for Forest Protocol — one sentence in, a live economy out. - Markdown: https://forest.inc/docs/whitepaper/forest-builder.md - [Forest Cloud](https://forest.inc/docs/whitepaper/forest-cloud): The always-on autonomous infrastructure layer where AI agents run on Forest Protocol. - Markdown: https://forest.inc/docs/whitepaper/forest-cloud.md - [How Forest Playkit Works](https://forest.inc/docs/whitepaper/forest-playkit): The no-code economic infrastructure layer powering every app and game on Forest Protocol. - Markdown: https://forest.inc/docs/whitepaper/forest-playkit.md - [Launch Tokenomics](https://forest.inc/docs/whitepaper/launch-tokenomics): How supply, fees, curves, buybacks, and distribution combine into a complete economic system. - Markdown: https://forest.inc/docs/whitepaper/launch-tokenomics.md - [The Vision](https://forest.inc/docs/whitepaper/the-vision): A glimpse into Forest Protocol’s future and trajectory. - Markdown: https://forest.inc/docs/whitepaper/the-vision.md