> ## Documentation Index
> Fetch the complete documentation index at: https://docs.elata.bio/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQ

> Frequently asked questions about Elata Protocol

## General

<AccordionGroup>
  <Accordion title="What is Elata?">
    A permissionless app-launch protocol. Builders launch app tokens on an ELTA bonding curve with explicit on-chain fee routing.
  </Accordion>

  <Accordion title="What network is live right now?">
    Ethereum Sepolia testnet.
  </Accordion>

  <Accordion title="What does an app launch cost?">
    110 ELTA total: 10 ELTA creation fee plus 100 ELTA curve seed.
  </Accordion>
</AccordionGroup>

***

## Token and Curve Mechanics

<AccordionGroup>
  <Accordion title="How many app tokens are minted per launch?">
    10,000,000 tokens in current defaults.
  </Accordion>

  <Accordion title="How is that supply allocated?">
    50% bonding curve, 25% vesting wallet, 25% ecosystem vault.
  </Accordion>

  <Accordion title="When does graduation happen?">
    At 42,000 ELTA raised by default, or via force graduation at deadline.
  </Accordion>

  <Accordion title="How long is LP locked?">
    2 years by default.
  </Accordion>
</AccordionGroup>

***

## Fees

<AccordionGroup>
  <Accordion title="How are launch fees routed?">
    Launch fees use `LAUNCH_FEE` and route 100% to treasury.
  </Accordion>

  <Accordion title="How are app trading/transfer/module fees routed?">
    App-revenue fee kinds route to contributor split + treasury. Default is 80% contributors and 20% treasury.
  </Accordion>

  <Accordion title="Is transfer tax always applied?">
    No. App token transfer tax is LP-keyed and only applies on transfers involving allowlisted LP addresses.
  </Accordion>
</AccordionGroup>

***

## SDKs and Integration

<AccordionGroup>
  <Accordion title="What SDKs are available?">
    Three npm packages: `@elata-biosciences/eeg-web` (WASM signal processing), `@elata-biosciences/eeg-web-ble` (Web Bluetooth headband connection), and `@elata-biosciences/rppg-web` (camera-based heart rate). See the [SDK documentation](/sdk/overview) for installation and guides.
  </Accordion>

  <Accordion title="Where can I find contract ABIs?">
    ABIs are available in the [elata-appstore repository](https://github.com/elata-biosciences/elata-appstore) under `src/abi/`. See the [API Overview](/builders/api-overview) for integration details.
  </Accordion>
</AccordionGroup>

***

## Governance and Access

<AccordionGroup>
  <Accordion title="What is veELTA?">
    Vote-escrowed ELTA from locking ELTA between 7 and 730 days with 1x-2x voting power boost.
  </Accordion>

  <Accordion title="What is XP used for?">
    Early launch access gating and participation-based reputation flows.
  </Accordion>

  <Accordion title="Is there an early access window?">
    Yes, default is 6 hours requiring 100 XP.
  </Accordion>
</AccordionGroup>
