# BRD-181 — A CSP has a default cap on how many brands it may register

> A CSP must not exceed the default cap of 1,000 registered brands without requesting an increase.

- **Rule ID:** BRD-181
- **Layer:** Brand (`BRAND`)
- **Checks:** `the CSP brand count`
- **Severity:** MEDIUM — Usually survives review, but lowers your trust score or invites manual review.
- **When it bites:** Gates approval — get this wrong and registration is refused
- **How it is detected:** Deterministic (settled in code from the submitted values)
- **Fix type:** Wait on an external system or a required interval
- **Required by:** TCR
- **Applies:** Applies to every 10DLC registration.
- **Canonical URL:** https://ekas.io/rules/10dlc/brand/brd-181/

## Why this rule exists

The cap is on the registering party rather than on any customer, so it is invisible to everyone whose brand is refused by it — a growing platform hits the ceiling and its next fifty customers see a rejection that has nothing to do with them. The increase is granted on request, which makes this pure operational hygiene: ask before you arrive.

## How to fix it

Track the brand count against the 1,000 cap and request an increase from TCR while there is headroom. Done when the increase is granted before the count reaches the ceiling rather than after registrations start failing.

## Provider rejection codes

| Provider | Code | Resubmission allowed |
| --- | --- | --- |
| Twilio | `30712` | yes |

## Check this yourself

**Do you know your CSP brand count against the 1,000 cap, and have you requested an increase while there is still headroom?**

1. Track the count. It belongs to the registering party rather than to any customer, so nothing in a rejection will attribute it.
2. Request the increase from TCR before the ceiling, not after registrations start failing — it is granted on request.

*What wrong looks like:* A growing platform hits the ceiling and its next fifty customers see a rejection that has nothing to do with them.

## Notes

Absorbs OPS-364, which states the brand and campaign quotas together — BRD-182 is the per-brand half. The count belongs to the registering CSP rather than to any registration, so where it is not reported this reads as PASS with the cap stated: nothing in the submission indicates a breach, and the operator has to watch the number themselves.
