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

# Farcaster

> How to add Farcaster (Warpcast) to your system

<img src="https://mintcdn.com/forceplay/3MbWAJB4xKJ_Rxe0/images/channels/farcaster.svg?fit=max&auto=format&n=3MbWAJB4xKJ_Rxe0&q=85&s=8da36f76f76c538402068ab3aee6a37d" alt="Farcaster" height="44" noZoom style={{ height: "44px", marginBottom: "1.25rem" }} data-path="images/channels/farcaster.svg" />

<Snippet file="never-share.mdx" />

## What she can post to Farcaster

Eight hundred characters and a picture is the whole shape of a cast. Name several channels and she sends the same cast into each one, then keeps the ids so your comments land in the right threads.

<CardGroup cols={2}>
  <Card title="Character limit" icon="text-width">
    800 characters per cast.
  </Card>

  <Card title="Media" icon="image">
    Images only. Video is refused before she reaches Farcaster.
  </Card>

  <Card title="Post types" icon="layer-group">
    A cast, into your feed or into one or more channels, then replies threaded underneath as comments.
  </Card>

  <Card title="Analytics" icon="chart-line">
    None. Ten connectors report numbers back to her, and Farcaster is not one of them.
  </Card>
</CardGroup>

| Area          | Detail                                                                                                                                                                            |
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Post settings | A `subreddit` array of channel targets, each one a `value.id`. The field name is historical and it means Farcaster channels: [Warpcast settings](/public-api/providers/warpcast). |
| Connect flow  | One step, through the Neynar login screen. No scopes are requested, since the signer covers posting.                                                                              |
| Automations   | None on this network.                                                                                                                                                             |
| Publish rate  | Three casts at a time.                                                                                                                                                            |

<Warning>
  Attach a video and she stops before publishing with **"Can only accept images"**.

  Two naming quirks worth knowing. The `__type` on the API is spelled `wrapcast`, and the connect slug is `farcaster`. When you cast into several channels at once, one cast is created per channel and the ids come back comma separated in a single response.
</Warning>

## Self-hosting

<Info>
  On PostQueen Cloud this channel is ready: open **Add Channel** and pick it.
  Running your own instance? You register the application yourself:
  [Set up Farcaster on your own instance](/installation/providers/farcaster).
</Info>

<Snippet file="next-steps-provider.mdx" />
