> For the complete documentation index, see [llms.txt](https://docs.wcproducts.com/welcome/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wcproducts.com/welcome/greyt/greyt-elevator-cascade/general-info/gearbox-selection/ratio-options.md).

# Ratio Options

The tables below list possible unloaded speeds for the GreyT Elevator (Cascade). All unloaded speed units listed below are in in/s.

## Light Lifting Ratios

The following ratio options are recommended for light lifting applications, meaning a maximum of 45 lbs. If you are using this elevator for climbing, check the Heavy Lifting Ratios for more options.

### Single Stage Gearbox with the Kraken X60/Vortex/Neo

The Single Stage Gearbox is the simplest option when choosing how to power your GreyT Elevator. The simplicity of the gearbox allows you to swap between 3 ratios by replacing the pinion on the motor.

{% hint style="info" %}
This option is perfect for light lifting applications. If you plan on lifting the weight of a robot with the elevator, it is recommended to add more reduction through the use of VersaPlanetary Gearboxes.
{% endhint %}

{% tabs %}
{% tab title="Kraken X60" %}

| Gear Ratio   | Unloaded Speed |
| ------------ | -------------- |
| 5.00:1       | 110 in/s       |
| 5.45:1       | 101 in/s       |
| 6.00:1       | 91.7 in/s      |
| {% endtab %} |                |

{% tab title="Vortex" %}

| Gear Ratio   | Unloaded Speed |
| ------------ | -------------- |
| 5.00:1       | 124.3 in/s     |
| 5.45:1       | 114 in/s       |
| 6.00:1       | 103.6 in/s     |
| {% endtab %} |                |

{% tab title="NEO" %}

| Gear Ratio    | Unloaded Speed |
| ------------- | -------------- |
| 5.00:1        | 104.1 in/s     |
| 5.45:1        | 95.4 in/s      |
| 6.00:1        | 86.7 in/s      |
| {% endtab %}  |                |
| {% endtabs %} |                |

## Heavy Lifting Ratios

The following ratio options are recommended for heavy lifting applications, meaning a maximum of \~155 lbs. This should be enough for a fully weighted robot, including bumpers and battery. If you plan on lifting any more than that, you will have to adjust the ratio of the gearboxes.

{% hint style="info" %}
When hanging with the GreyT Elevator, only use the 1st Stage, or whatever stage is attached to the chain. Using the other stages may cause the string to slip or even snap.
{% endhint %}

### Single Stage Gearbox with Kraken X60/Vortex/Neo

This option requires the use of a planetary gearbox to increase the gear ratio to something capable of lifting up to 155 lbs. If you're lifting something less than the maximum weight, the ratio can be adjusted down by changing the planetary gear ratio.

{% tabs %}
{% tab title="Kraken X60" %}

<table><thead><tr><th width="250.66666666666666">Planetary Gear Ratio</th><th>Overall Gear Ratio</th><th>Unloaded Speed</th></tr></thead><tbody><tr><td>4:1</td><td>20.00:1</td><td>27.5 in/s</td></tr><tr><td>4:1</td><td>21.82:1</td><td>25.2 in/s</td></tr><tr><td>4:1</td><td>24.00:1</td><td>22.9 in/s</td></tr></tbody></table>
{% endtab %}

{% tab title="Vortex" %}

<table><thead><tr><th width="249.66666666666666">VersaPlanetary Gear Ratio</th><th>Overall Gear Ratio</th><th>Unloaded Speed</th></tr></thead><tbody><tr><td>4:1</td><td>20.00:1</td><td>31.1 in/s</td></tr><tr><td>4:1</td><td>21.82:1</td><td>28.5 in/s</td></tr><tr><td>4:1</td><td>24.00:1</td><td>25.9 in/s</td></tr></tbody></table>
{% endtab %}

{% tab title="NEO" %}

<table><thead><tr><th width="249.66666666666666">VersaPlanetary Gear Ratio</th><th>Overall Gear Ratio</th><th>Unloaded Speed</th></tr></thead><tbody><tr><td>4:1</td><td>20.00:1</td><td>26.0 in/s</td></tr><tr><td>4:1</td><td>21.82:1</td><td>23.8 in/s</td></tr><tr><td>4:1</td><td>24.00:1</td><td>21.7 in/s</td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.wcproducts.com/welcome/greyt/greyt-elevator-cascade/general-info/gearbox-selection/ratio-options.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
