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

# Pricing

> Choose the plan that fits your portfolio tracking needs

export const Button = ({href, children, variant = "primary"}) => {
  const styles = {
    primary: {
      backgroundColor: "#3F58C7",
      color: "white",
      textDecoration: "none",
      fontWeight: "600",
      fontSize: "15px",
      lineHeight: "20px",
      borderRadius: "4px"
    },
    secondary: {
      backgroundColor: "#3F58C7",
      color: "white",
      textDecoration: "none",
      fontWeight: "600",
      fontSize: "15px",
      lineHeight: "20px",
      borderRadius: "4px"
    },
    outline: {
      border: "2px solid #3F58C7",
      color: "#3F58C7",
      backgroundColor: "transparent",
      textDecoration: "none",
      fontWeight: "600",
      fontSize: "15px",
      lineHeight: "20px",
      borderRadius: "4px"
    }
  };
  return <a href={href} style={styles[variant]} className="inline-block px-4 py-2 transition-all duration-200" onMouseEnter={e => {
    if (variant === "primary" || variant === "secondary") {
      e.target.style.backgroundColor = "#5366d4";
      e.target.style.transform = "translateY(-1px)";
      e.target.style.boxShadow = "0 4px 12px rgba(63, 88, 199, 0.3)";
    }
    if (variant === "outline") {
      e.target.style.backgroundColor = "#3F58C7";
      e.target.style.color = "white";
      e.target.style.transform = "translateY(-1px)";
      e.target.style.boxShadow = "0 4px 12px rgba(63, 88, 199, 0.3)";
    }
  }} onMouseLeave={e => {
    if (variant === "primary" || variant === "secondary") {
      e.target.style.backgroundColor = "#3F58C7";
      e.target.style.transform = "translateY(0)";
      e.target.style.boxShadow = "none";
    }
    if (variant === "outline") {
      e.target.style.backgroundColor = "transparent";
      e.target.style.color = "#3F58C7";
      e.target.style.transform = "translateY(0)";
      e.target.style.boxShadow = "none";
    }
  }}>
      {children}
    </a>;
};

Transform how you track and analyze your crypto portfolio across 90+ blockchains with Octav's flexible pricing plans.

<div className="grid grid-cols-1 md:grid-cols-2 2xl:grid-cols-4 gap-6 my-8">
  <div className="border rounded-lg p-6 flex flex-col h-full min-w-0">
    <span className="inline-block px-3 py-1 bg-gray-100 text-gray-600 rounded-full text-sm font-medium mb-4 self-start whitespace-nowrap">
      Try out
    </span>

    <h3 className="text-2xl font-bold mb-4">Free</h3>

    <div className="text-4xl font-bold mb-6">\$0</div>

    <Button href="https://pro.octav.fi/">Launch App</Button>

    <div className="mt-6 space-y-3 flex-grow">
      <div className="flex items-start gap-2">
        <span className="text-green-500 text-lg flex-shrink-0">✓</span>
        <span className="text-sm">Portfolio Tracking</span>
      </div>

      <div className="flex items-start gap-2">
        <span className="text-green-500 text-lg flex-shrink-0">✓</span>
        <span className="text-sm">All blockchains included</span>
      </div>
    </div>
  </div>

  <div className="border rounded-lg p-6 flex flex-col h-full min-w-0">
    <span className="inline-block px-3 py-1 bg-gray-900 text-white rounded-full text-sm font-medium mb-4 self-start whitespace-nowrap">
      Starter plan
    </span>

    <h3 className="text-2xl font-bold mb-4">Lite</h3>

    <div className="mb-6">
      <span className="text-4xl font-bold">\$149</span>
      <span className="text-gray-500 text-sm">\* / Year</span>
    </div>

    <Button href="https://pro.octav.fi/" variant="secondary">Start Lite</Button>

    <div className="mt-6 space-y-3 flex-grow">
      <div className="flex items-start gap-2">
        <span className="text-green-500 text-lg flex-shrink-0">✓</span>
        <span className="text-sm">Daily Portfolio Snapshot</span>
      </div>

      <div className="flex items-start gap-2">
        <span className="text-green-500 text-lg flex-shrink-0">✓</span>
        <span className="text-sm">Historical Portfolio Timeline</span>
      </div>

      <div className="flex items-start gap-2">
        <span className="text-green-500 text-lg flex-shrink-0">✓</span>
        <span className="text-sm">Financial Analytics Widgets</span>
      </div>

      <div className="flex items-start gap-2">
        <span className="text-green-500 text-lg flex-shrink-0">✓</span>
        <span className="text-sm">Asset Exposure Overview</span>
      </div>
    </div>

    <div className="mt-4 p-3 bg-gray-50 rounded text-xs text-gray-600">
      \*per address
    </div>
  </div>

  <div className="border rounded-lg p-6 flex flex-col h-full min-w-0">
    <span className="inline-block px-3 py-1 bg-red-900 text-white rounded-full text-sm font-medium mb-4 self-start whitespace-nowrap">
      Growth plan
    </span>

    <h3 className="text-2xl font-bold mb-4">Pro</h3>

    <div className="mb-6">
      <span className="text-4xl font-bold">\$499</span>
      <span className="text-gray-500 text-sm">\* / Year</span>
    </div>

    <Button href="https://pro.octav.fi/" variant="secondary">Scale up</Button>

    <div className="mt-6 space-y-3 flex-grow">
      <div className="flex items-start gap-2">
        <span className="text-green-500 text-lg flex-shrink-0">✓</span>
        <span className="text-sm">Transaction Tagging & Labeling</span>
      </div>

      <div className="flex items-start gap-2">
        <span className="text-green-500 text-lg flex-shrink-0">✓</span>
        <span className="text-sm">PDF / CSV Reports</span>
      </div>

      <div className="flex items-start gap-2">
        <span className="text-green-500 text-lg flex-shrink-0">✓</span>
        <span className="text-sm">Asset Variation report</span>
      </div>

      <div className="flex items-start gap-2">
        <span className="text-green-500 text-lg flex-shrink-0">✓</span>
        <span className="text-sm">P\&L Calendar</span>
      </div>
    </div>

    <div className="mt-4 p-3 bg-gray-50 rounded text-xs text-gray-600">
      \*per address
    </div>
  </div>

  <div className="border rounded-lg p-6 flex flex-col h-full min-w-0">
    <span className="inline-block px-3 py-1 bg-cyan-900 text-white rounded-full text-sm font-medium mb-4 self-start whitespace-nowrap">
      Enterprise solution
    </span>

    <h3 className="text-2xl font-bold mb-4">Institutional</h3>

    <div className="text-4xl font-bold mb-6">Custom</div>

    <Button href="mailto:info@octav.fi?subject=Institutional%20Plan%20Inquiry" variant="secondary">Contact Sales</Button>

    <div className="mt-6 space-y-3 flex-grow">
      <div className="flex items-start gap-2">
        <span className="text-green-500 text-lg flex-shrink-0">✓</span>
        <span className="text-sm">Dedicated Support team</span>
      </div>

      <div className="flex items-start gap-2">
        <span className="text-green-500 text-lg flex-shrink-0">✓</span>
        <span className="text-sm">Advanced integrations</span>
      </div>

      <div className="flex items-start gap-2">
        <span className="text-green-500 text-lg flex-shrink-0">✓</span>
        <span className="text-sm">Custom development</span>
      </div>
    </div>
  </div>
</div>

***

## Why Choose Octav?

<CardGroup cols={3}>
  <Card title="90+ Blockchains" icon="layer-group">
    Track your portfolio across all major ecosystems including Ethereum, Solana, Bitcoin layers, and more
  </Card>

  {" "}

  <Card title="Real-Time Updates" icon="bolt">
    Get instant portfolio updates and transaction tracking with live price feeds
  </Card>

  {" "}

  <Card title="DeFi Integration" icon="vault">
    Automatic tracking of 10,000+ DeFi protocols including staking, lending, and
    liquidity positions
  </Card>

  {" "}

  <Card title="NAV Reporting" icon="chart-line">
    Net Asset Value reporting for accurate portfolio valuation and performance
    tracking
  </Card>

  {" "}

  <Card title="Financial Reports" icon="file-invoice">
    Export comprehensive reports for financial analysis and accounting purposes
  </Card>

  <Card title="Enterprise Ready" icon="building">
    SOC 2 certified with enterprise-grade security and compliance
  </Card>
</CardGroup>

***

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="How does per-address pricing work?" icon="wallet">
    For Lite and Pro plans, pricing is based on the number of wallet addresses you track. Each address is billed separately at the annual rate.
  </Accordion>

  {" "}

  <Accordion title="Can I upgrade my plan?" icon="arrow-up">
    Yes! You can upgrade from Free to Lite or Pro at any time. When you upgrade,
    you'll be charged the prorated amount for the remainder of the billing period.
  </Accordion>

  {" "}

  <Accordion title="What payment methods do you accept?" icon="credit-card">
    We accept cryptocurrency payments via Coinbase Commerce through the app. For
    Institutional plans, we also support wire transfers.
  </Accordion>

  {" "}

  <Accordion title="What's included in the Institutional plan?" icon="building">
    The Institutional plan is fully customizable based on your organization's
    needs. It includes everything in Pro, plus dedicated support, custom
    integrations, white-label options, advanced API access, and custom
    development. [Contact our sales
    team](mailto:info@octav.fi?subject=Institutional%20Plan%20Inquiry) to discuss
    your requirements.
  </Accordion>

  <Accordion title="Do you offer discounts for multiple addresses?" icon="percent">
    Yes! We offer volume discounts for teams and organizations tracking 30+ addresses. Contact us at [info@octav.fi](mailto:info@octav.fi) to discuss custom pricing for your needs.
  </Accordion>
</AccordionGroup>

***

## Ready to get started?

Choose the plan that fits your needs and start tracking your crypto portfolio across 90+ blockchains today.

<CardGroup cols={2}>
  <Card title="Start Free" icon="rocket" href="https://pro.octav.fi/">
    Launch Octav and connect your first wallet
  </Card>

  <Card title="Contact Sales" icon="envelope" href="mailto:info@octav.fi?subject=Pricing%20Inquiry">
    Discuss custom enterprise solutions
  </Card>
</CardGroup>
