Taxonomy Token provides the following tokens for taxonomies set as "single term" on the settings page:

[node:vocab:TID:bottomterm]
Bottom term name in vocabulary with id = TID.
[node:vocab:TID:bottomterm:url]
Bottom term name in vocabulary with id = TID modified to be used in URLs and paths (Pathauto for example).
[node:vocab:TID:bottomterm-raw]
Unfiltered name of bottom term in vocabulary with id = TID. WARNING - raw user input.
[node:vocab:TID:bottomterm-id]
ID of bottom term in vocabulary with id = TID.
[node:vocab:TID:bottomtermalias]
URL alias for the bottom term.
[node:vocab:TID:term]
Top term name in vocabulary with id = TID.
[node:vocab:TID:term:url]
Top term name in vocabulary with id = TID modified to be used in URLs and paths (Pathauto for example).
[node:vocab:TID:term-raw]
Unfiltered name of top term in vocabulary with id = TID. WARNING - raw user input.
[node:vocab:TID:term-id]
ID of top term in vocabulary with id = TID.
[node:vocab:TID:termalias]
URL alias for the top term.

For taxonomies set as "single and complete path" in the settings page the following tokens are also created:

[node:vocab:TID:termpath]
As [node:vocab:TID:term] above but including its supercategories separated by /.
[node:vocab:TID:termpath:url]
As [node:vocab:TID:term:url] above but including its supercategories separated by /.
[node:vocab:TID:termpath-raw]
As [node:vocab:TID:term-raw] above but including its supercategories separated by /. WARNING - raw user input.

The taxonomy id (TID) is used to identify each taxonomy instead of some simplified version of the taxonomy name as the first is invariant and the former can be edited at any time. If the taxonomy name was used to identify taxonomy tokens any change in the taxonomy name would require also editing of all taxonomy tokens already in use.