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

# Builder Tiers

> Compare Renaiss builder tiers for API limits, gasless transactions, support, and priority access.

Renaiss builder tiers define the access level for an approved `builderApiKey`. Tiers apply to builder-authorized write workflows such as wallet preparation, gacha pulls, and buybacks.

Exact API quotas and gasless transaction allowances are confirmed when Renaiss provisions or upgrades your builder API key.

## Feature definitions

| Feature              | Description                                                                        |
| -------------------- | ---------------------------------------------------------------------------------- |
| API rate limits      | Request throughput for builder-authorized SDK and API workflows.                   |
| Gasless transactions | Sponsored execution for supported wallet, gacha, and buyback write workflows.      |
| Telegram channel     | Direct builder channel for announcements and support.                              |
| Engineering support  | Help with SDK integration, implementation questions, and workflow troubleshooting. |
| Marketing support    | Coordinated support for launches, campaigns, or partner announcements.             |
| Priority access      | Earlier access to new builder features and product changes.                        |

## Tier comparison

| Feature              | Unverified | Verified |  Partner |
| -------------------- | :--------: | :------: | :------: |
| API rate limits      |  Standard  | Standard |  Highest |
| Gasless transactions |     Yes    |    Yes   |    Yes   |
| Telegram channel     |      —     |    Yes   |    Yes   |
| Engineering support  |      —     | Standard | Elevated |
| Marketing support    |      —     | Standard | Elevated |
| Priority access      |      —     |     —    |    Yes   |

## How upgrades work

<Steps>
  <Step title="Start with a builder API key">
    Contact Renaiss to request a builder API key for your integration.
  </Step>

  <Step title="Share usage context">
    Provide your app name, use case, expected volume, and the wallet or gacha flows you plan to support.
  </Step>

  <Step title="Confirm the tier">
    Renaiss reviews the request and confirms the builder tier, API limits, gasless allowance, and support level.
  </Step>
</Steps>

<Columns cols={2}>
  <Card title="Builder Program" icon="key-round" href="/builder-program">
    Learn how to get a builder API key and integrate it with the SDK.
  </Card>

  <Card title="TypeScript SDK" icon="code" href="/typescript-sdk">
    Use the builder API key for wallet, pull, and buyback write workflows.
  </Card>
</Columns>
