# PriceController

### **Purpose**:&#x20;

Manages pricing logic for identities, including exclusivity.

### **Key Methods**:

* `addExclusiveName()`: Adds a premium identity with a fixed price.
* `removeExclusiveName()`: Removes an identity from the exclusive list.

### **Events**:

* `AddedExclusiveName(name, price)`

### **Interactions**:

* Used by `RegistrarController` to determine registration/renewal costs.
