[Home](./index.md) > [bitburner](./bitburner.md) > [Corporation](./bitburner.corporation.md) > [getUnlockCost](./bitburner.corporation.getunlockcost.md) ## Corporation.getUnlockCost() method Get the cost to unlock a one-time unlockable upgrade. **Signature:** ```typescript getUnlockCost(upgradeName: CorpUnlockName): number; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| upgradeName | [CorpUnlockName](./bitburner.corpunlockname.md) | Name of the upgrade |