# InvalidCrowdloanId (/docs/errors/chain/InvalidCrowdloanId)

No crowdloan exists in the `Crowdloans` storage map for the given `crowdloan_id`; it was never created or has been dissolved. Check `Crowdloans` for the id and `NextCrowdloanId` for the range of ids ever issued.

Declared by the `Crowdloan` pallet; it classifies to the semantic code [`not_found`](/docs/errors/not-found).

## Remediation [#remediation]

The referenced object is not on-chain; check the identifier

The same explanation is available in the terminal: `btcli explain InvalidCrowdloanId`.
