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

# Introduction

> Current V1 API Introduction

<Note>
  This ApI is intended only for internal developers of MC² Finance
</Note>

## Welcome

The V1 is fully developed in Rust, and comes with 3 WebSocket Interfaces

<Card title="V1 Architecture Overview" icon="leaf">
  <img src="https://mintcdn.com/mcfinance/U9HcoU7aP-hIdsVk/images/v1-architecture.png?fit=max&auto=format&n=U9HcoU7aP-hIdsVk&q=85&s=8127d13b70d85a0d7781537f259b1991" alt="title" width="1023" height="300" data-path="images/v1-architecture.png" />
</Card>

## Modules

<CardGroup cols={2}>
  <Card title="v1.auth" icon="palette" href="auth">
    The Auth API
  </Card>

  <Card title="v1.user" icon="code" href="user">
    common logged in user calls
  </Card>

  <Card title="v1.admin" icon="screwdriver-wrench" href="admin">
    calls for admin users
  </Card>

  <Card title="v1.watcher" icon="stars" href="watcher">
    receives blockchain transaction alerts and acts accordingly.
  </Card>
</CardGroup>
