# Elata Docs ## Docs - [Adapter Implementation](https://docs.elata.bio/adapter-implementation.md): Build a device adapter that plugs into BleTransport and emits stable headband frames. - [List activity](https://docs.elata.bio/api-reference/apps/activity.md): Buys, sells, and lifecycle events for an app, newest first. - [Get app](https://docs.elata.bio/api-reference/apps/get.md): Returns detailed information for a single app, including social links, team, and artifacts. - [Get app](https://docs.elata.bio/api-reference/apps/get-app.md): Returns detailed information for a single app, including social links, team, and artifacts. - [List holders](https://docs.elata.bio/api-reference/apps/holders.md): Paginated list of app token holders, ranked by balance. - [List apps](https://docs.elata.bio/api-reference/apps/list.md): Returns all apps with metadata. Supports filtering and cursor pagination. - [List app activity](https://docs.elata.bio/api-reference/apps/list-app-activity.md): Buys, sells, and lifecycle events for an app, newest first. - [List app token holders](https://docs.elata.bio/api-reference/apps/list-app-token-holders.md) - [List apps](https://docs.elata.bio/api-reference/apps/list-apps.md): Returns all apps with metadata. Supports filtering and cursor pagination. - [Search apps](https://docs.elata.bio/api-reference/apps/search.md): Full-text search across name, symbol, and description. - [Search apps](https://docs.elata.bio/api-reference/apps/search-apps.md): Full-text search across name, symbol, and description. - [Supported chains](https://docs.elata.bio/api-reference/config/chains.md): Chains the Elata App Store currently supports, with RPC hints. - [Contract addresses](https://docs.elata.bio/api-reference/config/contracts.md): Address book keyed by contract name. - [Feature flags](https://docs.elata.bio/api-reference/config/features.md): Map of feature flag names to booleans. - [Get config](https://docs.elata.bio/api-reference/config/get.md): Network info, chain id, contract addresses, supported features, fee schedule, and links to docs and source repos. - [Get contract address book](https://docs.elata.bio/api-reference/config/get-contract-address-book.md) - [Get feature flags](https://docs.elata.bio/api-reference/config/get-feature-flags.md) - [Get runtime config](https://docs.elata.bio/api-reference/config/get-runtime-config.md): Returns network info, chain id, contract addresses, supported features, the current fee schedule, and links to docs and source repos. Designed as the bootstrap call for SDKs (`@elata-biosciences/create-elata-demo`) and AI agents so they don't hardcode addresses or chain ids. - [Get supported chains](https://docs.elata.bio/api-reference/config/get-supported-chains.md) - [App snapshot](https://docs.elata.bio/api-reference/market/app.md): Token price, market cap, FDV, 24h volume, holders, and curve progress for a single app. - [OHLCV candles](https://docs.elata.bio/api-reference/market/candles.md): OHLCV candle series for an app token. - [Bonding curve state](https://docs.elata.bio/api-reference/market/curve.md): Reserves, current price, slope, and graduation threshold for an app's bonding curve. - [ELTA snapshot](https://docs.elata.bio/api-reference/market/elta.md): Extended ELTA price snapshot with 24h change and source attribution. - [Get app leaderboard](https://docs.elata.bio/api-reference/market/get-app-leaderboard.md) - [Get app token market snapshot](https://docs.elata.bio/api-reference/market/get-app-token-market-snapshot.md) - [Get bonding curve state](https://docs.elata.bio/api-reference/market/get-bonding-curve-state.md) - [Get ELTA market snapshot](https://docs.elata.bio/api-reference/market/get-elta-market-snapshot.md): Extended ELTA price snapshot with 24h change and source attribution. - [Get ELTA price (legacy)](https://docs.elata.bio/api-reference/market/get-elta-price-legacy.md): Current ELTA price data used by the App Store UI. - [Get OHLCV candles for an app token](https://docs.elata.bio/api-reference/market/get-ohlcv-candles-for-an-app-token.md) - [Leaderboard](https://docs.elata.bio/api-reference/market/leaderboard.md): Top apps ranked by 24h volume, market cap, or holder growth. - [Get prices (legacy)](https://docs.elata.bio/api-reference/market/prices.md): Current ELTA price data used by the App Store UI. - [API Reference](https://docs.elata.bio/api-reference/overview.md): REST API for the Elata App Store at app.elata.bio. - [Get portfolio](https://docs.elata.bio/api-reference/portfolio/get.md): Aggregate portfolio for a wallet: ELTA, veELTA, app token holdings, USD value, and unrealized P&L. - [Get aggregated portfolio](https://docs.elata.bio/api-reference/portfolio/get-aggregated-portfolio.md) - [Get portfolio P&L](https://docs.elata.bio/api-reference/portfolio/get-portfolio-p&l.md) - [Portfolio history](https://docs.elata.bio/api-reference/portfolio/history.md): Trade and transfer history for a wallet, cursor-paginated. - [List per-app positions](https://docs.elata.bio/api-reference/portfolio/list-per-app-positions.md) - [List portfolio history](https://docs.elata.bio/api-reference/portfolio/list-portfolio-history.md) - [Portfolio P&L](https://docs.elata.bio/api-reference/portfolio/pnl.md): Realized and unrealized P&L by app and aggregate. - [List positions](https://docs.elata.bio/api-reference/portfolio/positions.md): Per-app token positions for a wallet. - [Check app name availability](https://docs.elata.bio/api-reference/preflight/check-app-name-availability.md) - [Check app symbol availability](https://docs.elata.bio/api-reference/preflight/check-app-symbol-availability.md) - [Get current launch requirements](https://docs.elata.bio/api-reference/preflight/get-current-launch-requirements.md): Returns the current launch requirements (minimum ELTA, fee schedule, image dimensions, metadata schema). Mirrors the human docs at `/apps/build/launch-requirements` so the live UI and the docs share a single source of truth. - [Validate launch](https://docs.elata.bio/api-reference/preflight/launch.md): Validates a candidate app payload against current launch requirements before any transaction is sent. - [Check name](https://docs.elata.bio/api-reference/preflight/name-available.md): Returns whether a candidate app name is available. - [Get requirements](https://docs.elata.bio/api-reference/preflight/requirements.md): Current launch requirements (minimum ELTA, fee schedule, image dimensions, metadata schema). - [Check symbol](https://docs.elata.bio/api-reference/preflight/symbol-available.md): Returns whether a candidate app token symbol is available. - [Validate a candidate app launch](https://docs.elata.bio/api-reference/preflight/validate-a-candidate-app-launch.md): Validates a candidate app payload against current launch requirements before any transaction is sent. Returns blocking errors, non-blocking warnings, and the estimated ELTA cost of launch. - [Build a claim transaction payload](https://docs.elata.bio/api-reference/rewards/build-a-claim-transaction-payload.md): Returns the calldata and (where applicable) merkle proof a frontend needs to submit a claim transaction. **Does not** custody funds — the user still signs and sends the transaction themselves. - [Build claim payload](https://docs.elata.bio/api-reference/rewards/claim-payload.md): Returns calldata and merkle proofs a frontend needs to submit a claim transaction. The user still signs and sends the transaction. - [Get rewards](https://docs.elata.bio/api-reference/rewards/get.md): Claimable rewards across protocol and per-app distributors. - [Get claimable rewards](https://docs.elata.bio/api-reference/rewards/get-claimable-rewards.md) - [Get reward program detail](https://docs.elata.bio/api-reference/rewards/get-reward-program-detail.md) - [Reward history](https://docs.elata.bio/api-reference/rewards/history.md): Past reward claims for a wallet. - [List active reward programs](https://docs.elata.bio/api-reference/rewards/list-active-reward-programs.md) - [List past reward claims](https://docs.elata.bio/api-reference/rewards/list-past-reward-claims.md) - [Get program](https://docs.elata.bio/api-reference/rewards/program-detail.md): Detail for a single reward program. - [List programs](https://docs.elata.bio/api-reference/rewards/programs.md): Active reward programs across protocol and per-app distributors. - [Claude Code](https://docs.elata.bio/apps/ai-tools/claude-code.md): Use Claude Code to build tokenized apps with the Elata protocol and Biometric SDK. - [Cursor](https://docs.elata.bio/apps/ai-tools/cursor.md): Use Cursor to build tokenized apps with the Elata protocol and Biometric SDK. - [Windsurf](https://docs.elata.bio/apps/ai-tools/windsurf.md): Use Windsurf to build tokenized apps with the Elata protocol and Biometric SDK. - [App Lifecycle](https://docs.elata.bio/apps/app-lifecycle.md): From registration through bonding curve to graduation and live DEX trading. - [App Metadata and Listing](https://docs.elata.bio/apps/build/app-metadata.md): How your app appears in the store, metadata standards, and image requirements. - [Launch Requirements](https://docs.elata.bio/apps/build/launch-requirements.md): Everything you need before deploying an app on the Elata protocol. - [Launch Your App](https://docs.elata.bio/apps/build/launch-your-app.md): Step-by-step launch flow using current protocol contracts. - [Builder Overview](https://docs.elata.bio/apps/build/overview.md): What the protocol gives you and what you avoid building yourself. - [Post-Launch Checklist](https://docs.elata.bio/apps/build/post-launch-checklist.md): What to do after deploying your app token on the Elata protocol. - [Choose Your Path](https://docs.elata.bio/apps/choose-your-path.md): Whether you want to build an app or participate as a user, start here. - [App Tokens](https://docs.elata.bio/apps/design/app-tokens.md): Token creation, distribution, transfer tax, and lifecycle for Elata apps. - [Bonding Curve Basics](https://docs.elata.bio/apps/design/bonding-curve-basics.md): How price discovery works on Elata launch curves, from seeding to graduation. - [Community Systems](https://docs.elata.bio/apps/design/community-systems.md): Contributor splits, veELTA governance, and protocol-level community mechanics. - [Fee Flow for Apps](https://docs.elata.bio/apps/design/fee-flow.md): How fees flow through FeeCollector, FeeSwapper, and ContributorSplit. - [Incentives and Access](https://docs.elata.bio/apps/design/incentives-and-access.md): Points system, early access gating, and how protocol incentives work. - [Analytics and Health](https://docs.elata.bio/apps/operate/analytics-and-health.md): Metrics to track, holder distribution signals, and what healthy patterns look like. - [Grow Your Community](https://docs.elata.bio/apps/operate/grow-your-community.md): Community growth playbook for app builders on the Elata protocol. - [Items and Unlocks](https://docs.elata.bio/apps/operate/items-and-unlocks.md): Create ERC-721 items for gating, collectibles, and in-app utility. - [Staking for Apps](https://docs.elata.bio/apps/operate/staking-for-apps.md): App-level staking as a builder tool for engagement and commitment signals. - [Tournaments](https://docs.elata.bio/apps/operate/tournaments.md): Time-boxed competitions with smart contract payouts for Elata apps. - [Buy and Trade](https://docs.elata.bio/apps/users/buy-and-trade.md): How buying works during the bonding curve phase and after graduation. - [Explore Apps](https://docs.elata.bio/apps/users/explore-apps.md): Discover and evaluate apps deployed on the Elata protocol. - [Stake and Earn](https://docs.elata.bio/apps/users/stake-and-earn.md): How staking works for app tokens and what you can earn. - [veELTA and Governance](https://docs.elata.bio/apps/users/veelta-governance.md): How ELTA locking translates to voting power and governance participation. - [What Are Elata Apps?](https://docs.elata.bio/apps/what-are-elata-apps.md): Tokenized applications on the Elata protocol with built-in economics, governance, and community tools. - [What You Can Build](https://docs.elata.bio/apps/what-you-can-build.md): App categories, real examples, and what the protocol makes possible. - [Development](https://docs.elata.bio/development.md): Preview changes locally to update your docs - [Elata Points](https://docs.elata.bio/elata-eco-points.md): Earned, non-transferable participation points that unlock early access to app launches and track real contribution across Elata. - [Elata Points](https://docs.elata.bio/elata-points.md): Non-transferable reputation points that gate early access, weight funding votes, and track meaningful participation across the Elata ecosystem. - [New file](https://docs.elata.bio/home/ELTA-Economy.md): Description of your new file. - [EEG Architecture](https://docs.elata.bio/home/elata-eeg/eeg-architecture.md): Crate layering, plugin system, WebSocket API, and board configurations - [Elata EEG Overview](https://docs.elata.bio/home/elata-eeg/elata-eeg-overview.md): Open-source, low-cost EEG hardware for precision psychiatry and neuroscience research - [Structure](https://docs.elata.bio/home/governance/structure.md) - [Operating Teams](https://docs.elata.bio/home/governance/teams.md) - [Integrate your device with the Elata SDK](https://docs.elata.bio/integrate.md): Integrate a headset or biosignal device into the Elata EEG BLE stack with a simple, reliable path. - [Integration Paths](https://docs.elata.bio/integration-paths.md): Choose the right packaging and ownership model for a device integration. - [How Elata Works](https://docs.elata.bio/learn/how-it-works.md): Current protocol architecture and value flow - [What is Elata?](https://docs.elata.bio/learn/protocol-overview.md) - [Revenue Model](https://docs.elata.bio/learn/revenue-model.md): How fees are collected and routed in the current protocol - [Tokenomics](https://docs.elata.bio/learn/tokenomics.md): ELTA token supply, distribution, and veELTA mechanics - [New file](https://docs.elata.bio/onchain-build.md): Description of your new file. - [CLI Reference](https://docs.elata.bio/open-source/agentforge/cli.md): Full command and option reference for the AgentForge CLI - [Core Concepts](https://docs.elata.bio/open-source/agentforge/concepts.md): Scenarios, agents, ticks, packs, and determinism in AgentForge - [AgentForge Overview](https://docs.elata.bio/open-source/agentforge/overview.md): Adversarial, agent-based simulation of EVM mechanisms - [Studio Dashboard](https://docs.elata.bio/open-source/agentforge/studio.md): Multi-run analysis dashboard with charts, gossip analysis, and ML toolkit - [Newsreader Architecture](https://docs.elata.bio/open-source/newsreader/architecture.md): How the AI-powered scraper pipeline works - [Newsreader Overview](https://docs.elata.bio/open-source/newsreader/overview.md): AI-powered environmental scanner for the Elata DAO — news.elata.bio - [Protocol Requirements](https://docs.elata.bio/protocol-requirements.md): Collect the protocol, BLE, and metadata details needed before coding a device adapter. - [Quickstart](https://docs.elata.bio/quickstart.md): Start building awesome documentation in minutes - [FAQ](https://docs.elata.bio/resources/faq.md): Frequently asked questions about Elata Protocol - [Media & Branding Assets](https://docs.elata.bio/resources/media-assets.md) - [References & Citations](https://docs.elata.bio/resources/references.md) - [Smart Contracts](https://docs.elata.bio/resources/smart-contracts.md): Contract map for the current protocol stack - [Create Elata Demo](https://docs.elata.bio/sdk/create-elata-demo.md): Scaffold Elata starter apps from published templates. - [Getting Started](https://docs.elata.bio/sdk/eeg-web-ble/getting-started.md): Connect to EEG headband devices over Web Bluetooth - [Muse Device](https://docs.elata.bio/sdk/eeg-web-ble/muse-device.md): MuseBleDevice internals, protocol details, and compatibility - [Getting Started](https://docs.elata.bio/sdk/eeg-web/getting-started.md): Install and initialize the @elata-biosciences/eeg-web WASM package - [Headband Transport](https://docs.elata.bio/sdk/eeg-web/headband-transport.md): Normalized frame schema and transport interface for EEG headband devices - [Analysis Models](https://docs.elata.bio/sdk/eeg-web/models.md): Alpha bump detection, alpha peak tracking, and calmness scoring - [Signal Processing](https://docs.elata.bio/sdk/eeg-web/signal-processing.md): Band power analysis, FFT, and spectrum computation - [rPPG Architecture](https://docs.elata.bio/sdk/guides/architecture-rppg.md): Pipeline design, component breakdown, and distribution strategy for the rPPG + Ocular Proxy system. - [Choosing the right package](https://docs.elata.bio/sdk/guides/choose-the-right-package.md): Pick the right Elata SDK package for your use case and avoid common setup mistakes. - [EEG + BLE integration](https://docs.elata.bio/sdk/guides/eeg-ble-integration.md): Connect a Muse-compatible headband in the browser, stream EEG frames, and compute band powers with the Elata SDK. - [EEG in a browser App](https://docs.elata.bio/sdk/guides/eeg-browser.md): Add Elata EEG WASM APIs to an existing browser application. - [Example Applications](https://docs.elata.bio/sdk/guides/example-apps.md): Open source browser apps built with Elata EEG, Web Bluetooth, and rPPG packages. - [Federated Learning roadmap and privacy](https://docs.elata.bio/sdk/guides/federated-learning.md): How Elata plans to use federated learning, why it is on the roadmap, and how it preserves user privacy. - [Remote sensing in a browser App](https://docs.elata.bio/sdk/guides/rppg-browser.md): Add browser-based camera rPPG with the supported Elata session helpers. - [Camera Integration](https://docs.elata.bio/sdk/guides/rppg-camera.md): Add camera-based heart rate to a browser app with the Elata rPPG Web SDK. - [Web Bluetooth with supported devices](https://docs.elata.bio/sdk/guides/web-bluetooth.md): Stream Muse-compatible EEG devices from supported Chromium browsers. - [Contributing EEG Transports](https://docs.elata.bio/sdk/maintainers/contributing-eeg-transports.md): How to add headset transports beyond the built-in Muse path for the Elata browser EEG stack. - [Related Repos](https://docs.elata.bio/sdk/maintainers/related-repos.md): Developer-facing context for the public Elata protocol repository and package surfaces that matter when working on the SDK. - [Releasing](https://docs.elata.bio/sdk/maintainers/releasing.md): Release, changeset, and recovery workflow for published Elata SDK packages. - [Repo Workflows](https://docs.elata.bio/sdk/maintainers/repo-workflows.md): Canonical maintainer commands and source-of-truth guidance for the Elata SDK monorepo. - [Vendor Headset Onboarding Checklist](https://docs.elata.bio/sdk/maintainers/vendor-headset-onboarding.md): Step-by-step checklist for external device companies adding headset support to the Elata browser EEG stack. - [Compatibility](https://docs.elata.bio/sdk/operations/compatibility.md): Current browser, device, and Node.js expectations for the Elata SDK. - [Troubleshooting](https://docs.elata.bio/sdk/operations/troubleshooting.md): Common setup failures and the fastest checks for Elata SDK integrations. - [Getting Started](https://docs.elata.bio/sdk/overview.md): Cross-platform SDK for EEG signal processing, BLE headband connectivity, and rPPG - [Calibration & Fusion](https://docs.elata.bio/sdk/rppg-web/calibration.md): Muse PPG calibration and multi-source heart rate fusion - [Frame Sources](https://docs.elata.bio/sdk/rppg-web/frame-sources.md): Camera capture and face detection with MediaPipe - [Getting Started](https://docs.elata.bio/sdk/rppg-web/getting-started.md): Camera-based heart rate measurement with @elata-biosciences/rppg-web - [Stream EEG over Web Bluetooth](https://docs.elata.bio/sdk/tutorials/eeg-ble-live-stream.md): Build a browser EEG flow that discovers a supported device, connects, and starts receiving frames. - [Add EEG to an existing browser app](https://docs.elata.bio/sdk/tutorials/eeg-existing-app.md): Step by step, wire Elata EEG processing into a browser app and verify the WASM path works. - [Build your first Elata App](https://docs.elata.bio/sdk/tutorials/first-app.md): Scaffold a working app first, then use it as the reference point for deeper SDK integration. - [Add camera-based rPPG to an existing browser App](https://docs.elata.bio/sdk/tutorials/rppg-existing-app.md): Build a working browser rPPG flow with createRppgSession, diagnostics, and cleanup. - [Submission and Support](https://docs.elata.bio/submission-and-support.md): Package a device integration with the docs, caveats, and support details needed for a clean handoff. - [Testing and Validation](https://docs.elata.bio/testing-and-validation.md): Validate frame correctness, lifecycle behavior, and failure handling before shipping a device integration. - [Transport Contract](https://docs.elata.bio/transport-contract.md): Implement the shared Elata transport and frame interfaces for your device. - [How ZORP works](https://docs.elata.bio/zorp-protocol/zorp-function.md) - [Introduction](https://docs.elata.bio/zorp-protocol/zorp-intro.md) ## OpenAPI Specs - [openapi](https://docs.elata.bio/api-reference/openapi.yaml) ## Optional - [Contact](https://tally.so/r/ob2pAe) - [Blog](https://elata.bio/blog) - [Discord Community](https://discord.com/invite/GqS9CstffK)