diff --git a/web/components/user-page.tsx b/web/components/user-page.tsx
index 09c28920..4b78b647 100644
--- a/web/components/user-page.tsx
+++ b/web/components/user-page.tsx
@@ -189,17 +189,22 @@ export function UserPage(props: {
{user.name}
@{user.username}
-
- = 0 ? 'text-green-600' : 'text-red-400'
- )}
- >
- {formatMoney(profit)}
- {' '}
- profit
-
+
+
+ = 0 ? 'text-green-600' : 'text-red-400')}
+ >
+ {formatMoney(profit)}
+ {' '}
+ profit
+
+
+
+ {formatMoney(user.creatorVolumeCached.allTime)}
+ {' '}
+ created volume
+
+