[Home](./index.md) > [bitburner](./bitburner.md) > [Singularity](./bitburner.singularity.md) > [getAugmentationBasePrice](./bitburner.singularity.getaugmentationbaseprice.md) ## Singularity.getAugmentationBasePrice() method Get base price of an augmentation. **Signature:** ```typescript getAugmentationBasePrice(augName: string): number; ``` ## Parameters
Parameter Type Description
augName string Name of Augmentation.
**Returns:** number Base price of the augmentation, before the player's price multiplier. ## Remarks RAM cost: 2.5 GB \* 16/4/1 This excludes the player's price multiplier, but does include the relevant BitNode multiplier (for all augs that aren't part of Shadows of Anarchy, which doesn't use BitNode multipliers).