diff --git a/docs/inventory/09-staking.md b/docs/inventory/09-staking.md
index c929c90..f056759 100644
--- a/docs/inventory/09-staking.md
+++ b/docs/inventory/09-staking.md
@@ -7,8 +7,8 @@ slug: /staking
| User Story Id | Title | User Story | Acceptance Criteria |
| ------------- | ----- | ---------- | ------------------- |
-| **STK-001** | Multiple Stake Address Registration | As a Dapp developer,
I want to register multiple stake addresses in a single transaction | **Given That** I am using cardano-api or cardano-cli
**When** I need to register multiple stake addresses in a single transaction
**Then** the transaction should be successfully submitted. |
-| **STK-002** | Multiple Stake Pool Registration | As a Dapp developer,
I want to register multiple stake pools in a single transaction | **Given that** I am using cardano-api or cardano-cli
**When** I need to register multiple stake pools in a single transaction
**Then** the transaction should be successfully submitted. |
-| **STK-003** | Multiple Stake Address Delegation | As a Dapp developer,
I want to delegate multiple stake addresses to various stake pools in a single transaction | **Given that** I am using cardano-api or cardano-cli
**When** I need to delegate multiple stake addresses to various stake pools in a single transaction
**Then** the transaction should be successfully submitted. |
-| **STK-004** | Multiple Stake Address Deregistration | As a Dapp developer,
I want to deregister multiple stake addresses in a single transaction | **Given that** I am using cardano-api or cardano-cli
**When** I need to deregister multiple stake addresses in a single transaction
**Then** the transaction should be successfully submitted. |
-| **STK-005** | Multiple Stake Pool Retirement | As a Dapp developer,
I want to retire multiple stake pools in a single transaction | **Given that** I am using cardano-api or cardano-cli
**When** I need to retire multiple stake pools in a single transaction
**Then** the transaction should be successfully submitted. |
+| **STK-001** | Multiple Stake Address Registration | As a Dapp developer,
I want to register multiple stake addresses in a single transaction | **Given That** I am using cardano-api or cardano-cli
**When** I need to register multiple stake addresses in a single transaction
**Then** the transaction should be successfully submitted. |
+| **STK-002** | Multiple Stake Pool Registration | As a Dapp developer,
I want to register multiple stake pools in a single transaction | **Given that** I am using cardano-api or cardano-cli
**When** I need to register multiple stake pools in a single transaction
**Then** the transaction should be successfully submitted. |
+| **STK-003** | Multiple Stake Address Delegation | As a Dapp developer,
I want to delegate multiple stake addresses to various stake pools in a single transaction | **Given that** I am using cardano-api or cardano-cli
**When** I need to delegate multiple stake addresses to various stake pools in a single transaction
**Then** the transaction should be successfully submitted. |
+| **STK-004** | Multiple Stake Address Deregistration | As a Dapp developer,
I want to deregister multiple stake addresses in a single transaction | **Given that** I am using cardano-api or cardano-cli
**When** I need to deregister multiple stake addresses in a single transaction
**Then** the transaction should be successfully submitted. |
+| **STK-005** | Multiple Stake Pool Retirement | As a Dapp developer,
I want to retire multiple stake pools in a single transaction | **Given that** I am using cardano-api or cardano-cli
**When** I need to retire multiple stake pools in a single transaction
**Then** the transaction should be successfully submitted. |
diff --git a/docs/inventory/plutus/08-plutus-v3.md b/docs/inventory/plutus/08-plutus-v3.md
index e57b934..d57012a 100644
--- a/docs/inventory/plutus/08-plutus-v3.md
+++ b/docs/inventory/plutus/08-plutus-v3.md
@@ -7,10 +7,10 @@ slug: /plutus-v3
| User Story Id | Title | User Story | Acceptance Criteria |
| ------------- | ----- | ---------- | ------------------- |
-| **PLT-001** | Implement `BLS12_G2` Functions | As a Dapp developer,
I want to implement `BLS12_G2` functions in a PlutusV3 smart contract | **Given that** I am a Dapp developer
**When** I implement `BLS12_G2` functions in a PlutusV3 smart contract
**Then** the functions should work correctly within the contract. |
-| **PLT-002** | Implement `BLS12_G1` Functions | As a Dapp developer,
I want to implement `BLS12_G1` functions in a PlutusV3 smart contract | **Given that** I am a Dapp developer
**When** I implement `BLS12_G1` functions in a PlutusV3 smart contract
**Then** the functions should work correctly within the contract. |
-| **PLT-003** | Implement `verifySchnorrSecp256k1Signature` | As a Dapp developer,
I want to implement the `verifySchnorrSecp256k1Signature` function in a PlutusV3 smart contract for Schnorr signature verification | **Given that** I am a Dapp developer
**When** I implement the `verifySchnorrSecp256k1Signature` function in a PlutusV3 smart contract
**Then** Schnorr signature verification should be performed correctly. |
-| **PLT-004** | Implement `keccak_256` for ECDSA | As a Dapp developer,
I want to implement the `keccak_256` function in a PlutusV3 smart contract to validate ECDSA signatures formatted via the EVM standard | **Given that** I am a Dapp developer
**When** I implement the `keccak_256` function in a PlutusV3 smart contract
**Then** ECDSA signatures formatted via the EVM standard should be validated correctly. |
-| **PLT-005** | Implement `verifyEcdsaSecp256k1Signature` | As a Dapp developer,
I want to implement the `verifyEcdsaSecp256k1Signature` function in a PlutusV3 smart contract for ECDSA signature verification | **Given that** I am a Dapp developer
**When** I implement the `verifyEcdsaSecp256k1Signature` function in a PlutusV3 smart contract
**Then** ECDSA signature verification should be performed correctly. |
-| **PLT-006** | Implement `verifyEd25519Signature` | As a Dapp developer,
I want to implement the `verifyEd25519Signature` function in a PlutusV3 smart contract for Ed25519 signature verification | **Given that** I am a Dapp developer
**When** I implement the `verifyEd25519Signature` function in a PlutusV3 smart contract
**Then** Ed25519 signature verification should be performed correctly. |
-| **PLT-007** | Implement `blake2b_224` for PubKeyHash | As a Dapp developer,
I want to implement the `blake2b_224` function in a PlutusV3 smart contract for validating pubKeyHash on-chain | **Given that** I am a Dapp developer
**When** I implement the `blake2b_224` function in a PlutusV3 smart contract
**Then** pubKeyHash validation should be performed correctly on-chain. |
+| **PLT-001** | Implement `BLS12_G2` Functions | As a Dapp developer,
I want to implement `BLS12_G2` functions in a PlutusV3 smart contract | **Given that** I am a Dapp developer
**When** I implement `BLS12_G2` functions in a PlutusV3 smart contract
**Then** the functions should work correctly within the contract. |
+| **PLT-002** | Implement `BLS12_G1` Functions | As a Dapp developer,
I want to implement `BLS12_G1` functions in a PlutusV3 smart contract | **Given that** I am a Dapp developer
**When** I implement `BLS12_G1` functions in a PlutusV3 smart contract
**Then** the functions should work correctly within the contract. |
+| **PLT-003** | Implement `verifySchnorrSecp256k1Signature` | As a Dapp developer,
I want to implement the `verifySchnorrSecp256k1Signature` function in a PlutusV3 smart contract for Schnorr signature verification | **Given that** I am a Dapp developer
**When** I implement the `verifySchnorrSecp256k1Signature` function in a PlutusV3 smart contract
**Then** Schnorr signature verification should be performed correctly. |
+| **PLT-004** | Implement `keccak_256` for ECDSA | As a Dapp developer,
I want to implement the `keccak_256` function in a PlutusV3 smart contract to validate ECDSA signatures formatted via the EVM standard | **Given that** I am a Dapp developer
**When** I implement the `keccak_256` function in a PlutusV3 smart contract
**Then** ECDSA signatures formatted via the EVM standard should be validated correctly. |
+| **PLT-005** | Implement `verifyEcdsaSecp256k1Signature` | As a Dapp developer,
I want to implement the `verifyEcdsaSecp256k1Signature` function in a PlutusV3 smart contract for ECDSA signature verification | **Given that** I am a Dapp developer
**When** I implement the `verifyEcdsaSecp256k1Signature` function in a PlutusV3 smart contract
**Then** ECDSA signature verification should be performed correctly. |
+| **PLT-006** | Implement `verifyEd25519Signature` | As a Dapp developer,
I want to implement the `verifyEd25519Signature` function in a PlutusV3 smart contract for Ed25519 signature verification | **Given that** I am a Dapp developer
**When** I implement the `verifyEd25519Signature` function in a PlutusV3 smart contract
**Then** Ed25519 signature verification should be performed correctly. |
+| **PLT-007** | Implement `blake2b_224` for PubKeyHash | As a Dapp developer,
I want to implement the `blake2b_224` function in a PlutusV3 smart contract for validating pubKeyHash on-chain | **Given that** I am a Dapp developer
**When** I implement the `blake2b_224` function in a PlutusV3 smart contract
**Then** pubKeyHash validation should be performed correctly on-chain. |
diff --git a/docs/inventory/plutus/10-spending.md b/docs/inventory/plutus/10-spending.md
index 4de878d..de08af4 100644
--- a/docs/inventory/plutus/10-spending.md
+++ b/docs/inventory/plutus/10-spending.md
@@ -7,6 +7,6 @@ slug: /spending
| User Story Id | Title | User Story | Acceptance Criteria |
| ------------- | ----- | ---------- | ------------------- |
-| **SPEND-001** | Lock and Redeem Ada in Same Script | As a Dapp developer,
I want to lock some Ada in a PlutusV3 script and redeem some Ada from the same script in the same transaction | **Given that** I am a Dapp developer
**When** I lock some Ada in a PlutusV3 script and redeem some Ada from the same script in a single transaction
**Then** the transaction should be successfully submitted as long as there is no violation in the script logic. |
-| **SPEND-002** | Lock and Redeem Ada in Different Scripts | As a Dapp developer,
I want to lock some Ada in a PlutusV3 script and redeem some Ada from a different script in the same transaction | **Given that** I am a Dapp developer
**When** I lock some Ada in a PlutusV3 script and redeem some Ada from a different script in a single transaction
**Then** the transaction should be successfully submitted as long as there is no violation in the script logic. |
-| **SPEND-003** | Redeem Ada with Multiple Signatures | As a Dapp developer,
I want to redeem some Ada from a PlutusV3 script that requires multiple signatures | **Given that** I am a Dapp developer
**When** I redeem some Ada from a PlutusV3 script that requires multiple signatures (by using multiple signatures in the transaction’s witness set)
**Then** the transaction should be successfully submitted as long as there is no violation in the script logic. |
\ No newline at end of file
+| **SPEND-001** | Lock and Redeem Ada in Same Script | As a Dapp developer,
I want to lock some Ada in a PlutusV3 script and redeem some Ada from the same script in the same transaction | **Given that** I am a Dapp developer
**When** I lock some Ada in a PlutusV3 script and redeem some Ada from the same script in a single transaction
**Then** the transaction should be successfully submitted as long as there is no violation in the script logic. |
+| **SPEND-002** | Lock and Redeem Ada in Different Scripts | As a Dapp developer,
I want to lock some Ada in a PlutusV3 script and redeem some Ada from a different script in the same transaction | **Given that** I am a Dapp developer
**When** I lock some Ada in a PlutusV3 script and redeem some Ada from a different script in a single transaction
**Then** the transaction should be successfully submitted as long as there is no violation in the script logic. |
+| **SPEND-003** | Redeem Ada with Multiple Signatures | As a Dapp developer,
I want to redeem some Ada from a PlutusV3 script that requires multiple signatures | **Given that** I am a Dapp developer
**When** I redeem some Ada from a PlutusV3 script that requires multiple signatures (by using multiple signatures in the transaction’s witness set)
**Then** the transaction should be successfully submitted as long as there is no violation in the script logic. |
\ No newline at end of file
diff --git a/docs/inventory/plutus/11-minting.md b/docs/inventory/plutus/11-minting.md
index 8a78c58..4dc54de 100644
--- a/docs/inventory/plutus/11-minting.md
+++ b/docs/inventory/plutus/11-minting.md
@@ -7,4 +7,4 @@ slug: /minting
| User Story Id | Title | User Story | Acceptance Criteria |
| ------------- | ----- | ---------- | ------------------- |
-| **MINT-001** | Mint Tokens with Maximum Execution Units | As a Dapp developer,
I want to mint tokens with maximum execution units | **Given that** I am a Dapp developer
**When** I mint tokens with exactly maximum execution units
**Then** the transaction should utilize the maximum execution units and mint the tokens as expected. |
\ No newline at end of file
+| **MINT-001** | Mint Tokens with Maximum Execution Units | As a Dapp developer,
I want to mint tokens with maximum execution units | **Given that** I am a Dapp developer
**When** I mint tokens with exactly maximum execution units
**Then** the transaction should utilize the maximum execution units and mint the tokens as expected. |
\ No newline at end of file
diff --git a/docs/inventory/plutus/12-reference-input.md b/docs/inventory/plutus/12-reference-input.md
index 5108804..91f9f23 100644
--- a/docs/inventory/plutus/12-reference-input.md
+++ b/docs/inventory/plutus/12-reference-input.md
@@ -7,4 +7,4 @@ slug: /reference-input
| User Story Id | Title | User Story | Acceptance Criteria |
| ------------- | ----- | ---------- | ------------------- |
-| **REFIN-001** | Reference Input Visibility | As a Dapp developer,
I want visibility over the reference input's address, datum, and value on-chain | **Given that** I am a Dapp developer
**When** I need visibility of the reference input's address, datum, and value on-chain
**Then** this information should be accessible to me through related plutus functions on-chain. |
\ No newline at end of file
+| **REFIN-001** | Reference Input Visibility | As a Dapp developer,
I want visibility over the reference input's address, datum, and value on-chain | **Given that** I am a Dapp developer
**When** I need visibility of the reference input's address, datum, and value on-chain
**Then** this information should be accessible to me through related plutus functions on-chain. |
\ No newline at end of file
diff --git a/docs/inventory/plutus/13-script-efficiency.md b/docs/inventory/plutus/13-script-efficiency.md
index bfc313e..b0cb066 100644
--- a/docs/inventory/plutus/13-script-efficiency.md
+++ b/docs/inventory/plutus/13-script-efficiency.md
@@ -8,4 +8,4 @@ slug: /script-efficiency
| User Story Id | Title | User Story | Acceptance Criteria |
| ------------- | ----- | ---------- | ------------------- |
-| **EFF-001** | Shorter PlutusV3 Script with `plcVersion110` | As a Dapp developer,
I want to ensure that my smart contract written in PlutusV3 and compiled using `plcVersion110` generates a shorter script than my smart contract written in PlutusV2 and compiled using `plcVersion100` | **Given that** I am a Dapp developer
**When** I write a smart contract in PlutusV3 and compile it using `plcVersion110`
**Then** the resulting script should be shorter than the equivalent PlutusV2 smart contract compiled using `plcVersion100`. |
\ No newline at end of file
+| **EFF-001** | Shorter PlutusV3 Script with `plcVersion110` | As a Dapp developer,
I want to ensure that my smart contract written in PlutusV3 and compiled using `plcVersion110` generates a shorter script than my smart contract written in PlutusV2 and compiled using `plcVersion100` | **Given that** I am a Dapp developer
**When** I write a smart contract in PlutusV3 and compile it using `plcVersion110`
**Then** the resulting script should be shorter than the equivalent PlutusV2 smart contract compiled using `plcVersion100`. |
\ No newline at end of file