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

# Welcome to the SHARE Protocol API

> Micropayments, revenue sharing and distribution.

<div style={{ marginBottom: "24px", paddingTop: "8px" }}>
  <img src="https://share-ddn.formless.xyz/content/SHARE%20-%20LOGO%20-%20AND%20-%20WORDMARK%20-%202024%20-%20DARK%20ON%20TRANSPARENT.png" alt="SHARE Protocol API" style={{ height: "48px" }} />
</div>

## What is the SHARE Protocol API?

SHARE Protocol API helps you offer flexible revenue sharing to your products and experiences. It's built for creators, businesses and developers.

## Core Features

<CardGroup cols={2}>
  <Card title="Account Management" icon="user" href="/account-management/identity-lookup">
    Manage user identities and accounts
  </Card>

  <Card title="Content Distribution" icon="music" href="/content-distribution/decentralized-music-distribution">
    Build decentralized music and video players
  </Card>

  <Card title="Revenue Sharing" icon="users" href="/revenue-sharing/create-contract">
    Create contracts to split payments
  </Card>

  <Card title="Payouts" icon="money-bill" href="/payouts/execute-payout">
    Distribute revenue automatically
  </Card>
</CardGroup>

## Quick Start

Please <a href="https://www.notion.so/formlessxyz/27886cd3ac3481bdb0f0c5a0d46242b5">contact us</a> for a sandbox API key.

### 1. API Endpoint

All requests go to:

```
POST https://share-ddn.formless.xyz/v1
```

### 2. Authentication

Include your JWT token in every request:

```bash theme={null}
Authorization: Bearer <your-jwt-token>
```

### 3. Request Format

SHARE Protocol uses JSON-RPC 2.0:

```json theme={null}
{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "method_name",
  "params": {
    // your parameters here
  }
}
```

## Protocol Contract

The SHARE protocol contract is deployed on Base:

```
0x258f05227109D0a56C8caAf7d8984d303664DF10
```

View on [BaseScan](https://basescan.org/address/0x258f05227109D0a56C8caAf7d8984d303664DF10)

## Need Help?

Visit [formless.xyz](https://www.formless.xyz) to learn more about Formless.
