[Home](./index.md) > [bitburner](./bitburner.md) > [Corporation](./bitburner.corporation.md) > [canCreateCorporation](./bitburner.corporation.cancreatecorporation.md) ## Corporation.canCreateCorporation() method Return whether the player can create a corporation. Does not require API access. **Signature:** ```typescript canCreateCorporation(selfFund: boolean): CreatingCorporationCheckResult; ``` ## Parameters
| Parameter | Type | Description |
|---|---|---|
| selfFund | boolean | true if you want to self-fund, false otherwise |