> ## Documentation Index
> Fetch the complete documentation index at: https://docs.towns.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MiCA Whitepaper

import { useEffect } from "react"

export default function Redirect() {
  useEffect(() => {
    window.location.href = "https://www.towns.com/mica-whitepaper.pdf"
  }, [])

  return <p>Redirecting to MiCA Whitepaper...</p>
}
