diff --git a/content/concepts/roles.md b/content/concepts/roles.md
index ad31379d..317036a6 100644
--- a/content/concepts/roles.md
+++ b/content/concepts/roles.md
@@ -7,7 +7,7 @@ description: Access to the data NFT and datatoken smart contract functions is co
| Action ↓ / Role → | NFT Owner | Manager | ERC20 Deployer | Store Updater | Metadata Updater |
|-----------------------------------|--------------------|--------------------|--------------------|--------------------|--------------------|
-| Set token URI |
☑ | | | | |
+| Set token URI | | | | | |
| Add manager | ☑ | | | | |
| Remove manager | ☑ | | | | |
| Clean permissions | ☑ | | | | |
@@ -19,3 +19,17 @@ description: Access to the data NFT and datatoken smart contract functions is co
| Set new key-value in store | | | | ☑ | |
## Roles in datatoken smart contract
+
+| Action ↓ / Role → | ERC20 Deployer | Minter | NFT owner | Fee manager |
+|--------------------------------|--------------------------|--------------------------|--------------------------|--------------------------|
+| Deploy pool | ☑ | | | |
+| Create Fixed Rate exchange | ☑ | | | |
+| Create Dispenser | ☑ | | | |
+| Add minter | ☑ | | | |
+| Remove minter | ☑ | | | |
+| Add fee manager | ☑ | | | |
+| Remove fee manager | ☑ | | | |
+| Set data | ☑ | | | |
+| Clean permissions | | | ☑ | |
+| Mint | | ☑ | | |
+| Set fee collector | | | | ☑ |