diff --git a/web-wallet/README.md b/web-wallet/README.md
index ec583725a2..76abd3aae1 100644
--- a/web-wallet/README.md
+++ b/web-wallet/README.md
@@ -33,6 +33,7 @@ N.B. the current `0.1.2` version of the library has no option to pick the networ
```
# can be empty string, must start with a slash otherwise, must not end with a slash
VITE_BASE_PATH=""
+VITE_CONTRACT_ALLOCATE_DISABLED=false
VITE_CONTRACT_STAKE_DISABLED=false
VITE_CONTRACT_TRANSFER_DISABLED=false
VITE_CURRENT_NODE=${VITE_LOCAL_NODE}
diff --git a/web-wallet/src/lib/components/Allocate/Allocate.svelte b/web-wallet/src/lib/components/Allocate/Allocate.svelte
new file mode 100644
index 0000000000..9e43608959
--- /dev/null
+++ b/web-wallet/src/lib/components/Allocate/Allocate.svelte
@@ -0,0 +1,421 @@
+
+ Edit the value to change the allocation of your Dusk between your + shielded or public account. +
+ + + +