"use client"; import { motion } from "framer-motion" import { SideMenu } from "@/components/pages/dashboard/SideMenu" import { BadgeDollarSign } from "lucide-react" const fadeIn = { initial: { opacity: 0, y: 20 }, animate: { opacity: 1, y: 0 }, transition: { duration: 0.4 }, } export default function Exchange() { return (

Coming Soon

Exchange Crypto

We find the best price, seriously

We use the API from several providers to provide comparisons between the different providers. You complete the exchange via our exchange interface (via provider) or through the provider's website. Each time, you can walk out knowing you got the best deal. The best part? We don't take a cut or make a profit off your usage.

) }