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

# Argyros

> Fogo Swap Aggregator with best-price routing across Vortex, Fluxbeam, Fogo.fun and Moonit. Solana support coming soon.

<div className="relative min-h-screen text-[#181D27] dark:text-[#F9F9FB] overflow-hidden">
  <div className="flex flex-col items-center justify-center pt-20 pb-20 md:pt-32 md:pb-32 relative px-4 text-center">
    <div className="z-10 relative">
      <div className="text-xs sm:text-base text-[#c9ced6] font-medium tracking-wide uppercase mb-4">
        Fogo Swap Aggregator
      </div>

      <h1 className="text-5xl sm:text-6xl md:text-7xl font-bold tracking-tight mb-6">
        Build with <span className="text-transparent bg-clip-text bg-gradient-to-r from-[#c9ced6] to-[#9ca3af]">Argyros</span>
      </h1>

      <p className="text-lg sm:text-xl text-gray-600 dark:text-gray-400 max-w-2xl mx-auto mb-10">
        Best-price token swaps on Fogo. Multi-hop routing across Vortex, Fluxbeam, Fogo.fun and Moonit, with three endpoints and zero complexity. Solana support coming soon.
      </p>

      <div className="flex flex-col sm:flex-row gap-4 justify-center">
        <a href="/get-started/introduction" className="inline-flex items-center justify-center px-8 py-3 bg-[#e8eaef] hover:bg-[#c9ced6] text-[#08080a] font-semibold rounded-xl transition-all shadow-lg hover:shadow-[#c9ced6]/30">
          Get Started

          <svg className="ml-2 w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M13 7l5 5m0 0l-5 5m5-5H6" />
          </svg>
        </a>

        <a href="/api-reference/introduction" className="inline-flex items-center justify-center px-8 py-3 bg-white dark:bg-zinc-800 text-gray-900 dark:text-white border border-gray-200 dark:border-zinc-700 font-semibold rounded-xl hover:bg-gray-50 dark:hover:bg-zinc-700 transition-all">
          API Reference
        </a>
      </div>
    </div>
  </div>

  <div className="max-w-4xl mx-auto px-4 pb-12">
    <div className="rounded-2xl bg-gradient-to-b from-white to-gray-50 dark:from-[#121214] dark:to-[#08080a] border border-gray-100 dark:border-zinc-800 p-6">
      <p className="text-sm text-gray-500 dark:text-gray-400 mb-3 font-medium">Get a quote: 1 SOL → USDC on Fogo</p>

      ```bash theme={"theme":"github-dark"}
      curl "https://api.argyros.xyz/api/v1/quote?inputMint=So11111111111111111111111111111111111111112&outputMint=uSd2czE61Evaf76RNbq4KPpXnkiL3irdzgLFUMe3NoG&amount=1000000000&swapMode=ExactIn"
      ```
    </div>
  </div>

  <div className="max-w-6xl mx-auto px-4 pb-20">
    <div className="grid grid-cols-1 md:grid-cols-3 gap-8">
      <div className="p-8 rounded-2xl bg-gradient-to-b from-white to-gray-50 dark:from-[#121214] dark:to-[#08080a] border border-gray-100 dark:border-zinc-800 hover:border-[#c9ced6]/50 transition-colors group">
        <div className="w-12 h-12 rounded-lg bg-[#c9ced6]/10 flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
          <svg className="w-6 h-6 text-[#c9ced6]" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 20l-5.447-2.724A1 1 0 013 16.382V5.618a1 1 0 011.447-.894L9 7m0 13l6-3m-6 3V7m6 10l4.553 2.276A1 1 0 0021 18.382V7.618a1 1 0 00-.553-.894L15 7m0 13V7" />
          </svg>
        </div>

        <h3 className="text-xl font-bold mb-2">Multi-Hop Routing</h3>

        <p className="text-gray-500 dark:text-gray-400">
          Finds the best path across Vortex, Fluxbeam, and Fogo.fun | Moonit bonding curves with up to 5 hops.
        </p>
      </div>

      <div className="p-8 rounded-2xl bg-gradient-to-b from-white to-gray-50 dark:from-[#121214] dark:to-[#08080a] border border-gray-100 dark:border-zinc-800 hover:border-[#c9ced6]/50 transition-colors group">
        <div className="w-12 h-12 rounded-lg bg-[#c9ced6]/10 flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
          <svg className="w-6 h-6 text-[#c9ced6]" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M13 10V3L4 14h7v7l9-11h-7z" />
          </svg>
        </div>

        <h3 className="text-xl font-bold mb-2">Three Endpoints</h3>

        <p className="text-gray-500 dark:text-gray-400">
          Quote, build transaction, submit. Get from zero to a confirmed swap in minutes.
        </p>
      </div>

      <div className="p-8 rounded-2xl bg-gradient-to-b from-white to-gray-50 dark:from-[#121214] dark:to-[#08080a] border border-gray-100 dark:border-zinc-800 hover:border-[#c9ced6]/50 transition-colors group">
        <div className="w-12 h-12 rounded-lg bg-[#c9ced6]/10 flex items-center justify-center mb-4 group-hover:scale-110 transition-transform">
          <svg className="w-6 h-6 text-[#c9ced6]" fill="none" stroke="currentColor" viewBox="0 0 24 24">
            <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z" />
          </svg>
        </div>

        <h3 className="text-xl font-bold mb-2">Atomic & Safe</h3>

        <p className="text-gray-500 dark:text-gray-400">
          Non-custodial. Slippage-protected. Multi-hop transactions revert atomically if any hop fails.
        </p>
      </div>
    </div>
  </div>

  <div className="max-w-6xl mx-auto px-4 py-12 border-t border-gray-200 dark:border-zinc-800">
    <CardGroup cols={2}>
      <Card title="Executing Swaps" icon="book" href="/guides/executing-swaps">
        End-to-end guide: quote, build, sign, submit, confirm.
      </Card>

      <Card title="API Reference" icon="code" href="/api-reference/introduction">
        Full endpoint docs with Try It.
      </Card>
    </CardGroup>
  </div>
</div>
