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

# Quickstart

> Embark on your journey with Maneki for seamless DAO LLC creation and treasury management.

<Info>
  **Before You Start:** Ensure Node.js (version 18.10.0 or higher) is installed and running in your environment.
</Info>

## Step 1: Install Maneki

Get started by installing the Maneki library in your project. Maneki powers the creation and management of DAO LLCs, governance, and traditional banking services. Use one of the following commands based on your package manager:

<CodeGroup>
  ```bash npm theme={null}
  npm i maneki
  ```

  ```bash yarn theme={null}
  yarn add maneki
  ```
</CodeGroup>

## Step 2: Initialize Maneki

Once installed, you can initialize your project to start using Maneki’s features:

```typescript theme={null}
const manekiInstance = initializeManeki({
  apiKey: 'your-api-key-here',
  environment: 'production', // or 'development'
});

manekiInstance.createOrganization({
  name: 'Your DAO LLC',
  legalJurisdiction: 'Wyoming',
  initialMembers: ['member1@example.com', 'member2@example.com'],
});
```

This setup ensures your organization is properly configured to use the platform’s core features such as governance, treasury management, and DAO LLC creation.

## Step 3: Next Steps

Maneki offers a powerful set of tools for decentralized governance and traditional banking as a service. Now that your project is set up, you can:

•	Create and manage organizations and collectives: Learn how to use Maneki to create and organize DAO LLCs, add members, and set up governance processes.
•	Leverage cryptographic security: Understand how to integrate cryptographic transparency and security into your financial transactions.
•	Manage financial operations: Use Maneki’s API to move funds between members using traditional banking services.

<CardGroup>
  <Card title="Personalize Your Governance" icon="gavel" href="/docs/governance">
    Set up transparent, democratic governance using Maneki's tools for proposals and voting.
  </Card>

  <Card title="Seamless Financial Management" icon="dollar-sign" href="/docs/finance">
    Manage your DAO LLC's funds using our secure, traditional banking integration.
  </Card>

  <Card title="Explore Verifiable Contracts" icon="shield" href="/docs/security">
    Secure your operations with verifiable contracts powered by Temporal Modal Logic.
  </Card>

  <Card title="Monitor Analytics" icon="chart-line" href="/docs/analytics">
    Leverage detailed reporting and analytics to track the performance of your DAO LLC.
  </Card>
</CardGroup>

Propel Forward

Maneki integrates seamlessly with your project, allowing you to scale DAO LLCs, manage finances, and control governance with transparency and security. Explore our documentation to unlock the full potential of Maneki’s platform.
