The Token Bucket is a rate-limiting mechanism used by the DICT system to control the number of queries that can be performed within a specific period. Each CPF or CNPJ is assigned a bucket containing a limited number of tokens. Every request consumes tokens from the bucket, and tokens are gradually replenished over time. If the bucket runs out of tokens, new requests are temporarily blocked until tokens are restored.