diff --git a/app/endowment/components/EndowmentRightSidebar.tsx b/app/endowment/components/EndowmentRightSidebar.tsx new file mode 100644 index 000000000..972aa033a --- /dev/null +++ b/app/endowment/components/EndowmentRightSidebar.tsx @@ -0,0 +1,44 @@ +import { ExternalLink } from 'lucide-react'; +import { SidebarHeader } from '@/components/ui/SidebarHeader'; + +export const EndowmentRightSidebar = () => { + return ( +
+ + ResearchHub Endowment turns your RSC holdings into a continuous stream of research + funding. + {' '} + By holding RSC on the platform, you automatically earn Funding Credits—a currency that + can only be used to fund preregistered research proposals. Funding Credits are + distributed daily, with transparent updates on the My Wallet page. There are no lockup + periods — you may withdraw your principal any time. Yield rates vary based on platform + participation. +
+- - ResearchHub Endowment turns your RSC holdings into a continuous stream of research - funding. - {' '} - By holding RSC on the platform, you automatically earn Funding Credits—a currency that can - only be used to fund preregistered research proposals. Funding Credits are distributed - daily, with transparent updates on the My Wallet page. There are no lockup periods — you - may withdraw your principal any time. Yield rates vary based on platform participation. - See below for current and historical performance metrics. -
- - Learn how the endowment works - );