[Home](./index.md) > [bitburner](./bitburner.md) > [Stanek](./bitburner.stanek.md) > [charge](./bitburner.stanek.charge.md)
## Stanek.charge() method
Charge a fragment, increasing its power.
Signature:
```typescript
charge(rootX: number, rootY: number): Promise;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| rootX | number | rootX Root X against which to align the top left of the fragment. |
| rootY | number | rootY Root Y against which to align the top left of the fragment. |
Returns:
Promise<void>
Promise that lasts until the charge action is over.
## Remarks
RAM cost: 0.4 GB