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

# Uint.toPower

> Raise Uint256 to power with wrapping overflow

<Card title="Try it Live" icon="play" href="https://playground.tevm.sh?example=primitives/uint.ts">
  Run Uint examples in the interactive playground
</Card>

<Tabs />

<Warning title="Wrapping Behavior">
  Exponentiation wraps on overflow: (base ^ exponent) mod 2^256
</Warning>

## See Also

* [times](/primitives/uint256/times) - Multiplication
* [Arithmetic operations](/primitives/uint256/arithmetic) - Full arithmetic reference
