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

# Tokens to Credits

> What changed when Rocket moved from tokens to credits, and what it means for your account.

export const LlmsDirective = () => <blockquote className="llms-directive">
    For the complete documentation index, see <a href="/llms.txt">llms.txt</a>.
    For a lightweight markdown version of this page, append .md to the URL.
  </blockquote>;

<LlmsDirective />

With Rocket 1.0, tokens have been renamed to credits. Your balance was converted automatically. Nothing was lost.

<Divider />

## What changed

Tokens are now called credits. The number is smaller, but the value is identical. The conversion is 1:1 in value, with every 1,000,000 tokens becoming 20 credits.

| Old system       | New system  | Value |
| :--------------- | :---------- | :---- |
| 1,000,000 tokens | 20 credits  | Same  |
| 2,500,000 tokens | 50 credits  | Same  |
| 5,000,000 tokens | 100 credits | Same  |

If you had a partial or custom balance, it was converted at the same rate. The number is different; the value is not.

## Plan names changed too

All plans were renamed alongside the credits transition. If you were on a paid plan, it is now called **Pro**. Same price, same capabilities, same billing cycle. Only the name changed.

| Old name  | New name | What changed                 |
| :-------- | :------- | :--------------------------- |
| Starter   | Free     | Name and token → credit unit |
| Paid plan | Pro      | Name only                    |

<Note>
  The plan lineup has since expanded. The current plans include Free, Pro, Rocket, and Booster. See <a href="/getting-started/pricing">Pricing</a> for the full comparison.
</Note>

<Divider />

## Common questions

<AccordionGroup>
  <Accordion title="Did I lose any value in the conversion?">
    No. If you had 5,000,000 tokens worth of usage, you now have 100 credits worth of exactly the same usage. Nothing was lost, reduced, or expired during the transition.
  </Accordion>

  <Accordion title="Do I need to do anything?">
    No. The conversion happened automatically. Your balance, your projects, and your subscription are exactly as they were.
  </Accordion>

  <Accordion title="I had bonus tokens from a promotion. Were those converted?">
    Yes. All tokens in your account, including bonus tokens, were converted to credits at the same rate. Nothing was lost.
  </Accordion>

  <Accordion title="I'm on an annual plan. Does anything change?">
    No. Your annual subscription continues as before on the same schedule. The only change is the name (tokens to credits) and the unit displayed.
  </Accordion>

  <Accordion title="Where can I see my credit balance?">
    Your credit balance is visible on your home page and in **Settings**.
  </Accordion>
</AccordionGroup>

<Divider />

## Still have questions?

Email [support@rocket.new](mailto:support@rocket.new) and we'll help you out.

<CardGroup cols={2}>
  <Card title="Understanding Credits" icon="coins" href="/getting-started/credits">
    How credits work, rollover policy, and what consumes credits.
  </Card>

  <Card title="Pricing" icon="circle-dollar" href="/getting-started/pricing">
    Compare current plans and find the right fit.
  </Card>
</CardGroup>
