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

# core::ec::stark_curve::ALPHA

The STARK Curve is defined by the equation y² ≡ x³ + α·x + β (mod p).

## Signature

```rust theme={null}
pub const ALPHA: felt252 = 1;
```
