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

# SocialLinks

> Community gathered links for the socials of a token.

### TypeScript shape

```ts theme={null}
interface SocialLinks {
  bitcointalk: string | null;
  blog: string | null;
  coingecko: string | null;
  coinmarketcap: string | null;
  discord: string | null;
  email: string | null;
  facebook: string | null;
  github: string | null;
  instagram: string | null;
  linkedin: string | null;
  reddit: string | null;
  slack: string | null;
  telegram: string | null;
  twitch: string | null;
  twitter: string | null;
  website: string | null;
  wechat: string | null;
  whitepaper: string | null;
  youtube: string | null;
}
```

<ResponseField name="website" type="String">
  Website URL.
</ResponseField>

<ResponseField name="twitter" type="String">
  Twitter/X URL.
</ResponseField>

<ResponseField name="telegram" type="String">
  Telegram URL.
</ResponseField>

<ResponseField name="discord" type="String">
  Discord URL.
</ResponseField>

<ResponseField name="github" type="String">
  GitHub URL.
</ResponseField>

<ResponseField name="reddit" type="String">
  Reddit URL.
</ResponseField>

<ResponseField name="linkedin" type="String">
  LinkedIn URL.
</ResponseField>

<ResponseField name="youtube" type="String">
  YouTube URL.
</ResponseField>

<ResponseField name="facebook" type="String">
  Facebook URL.
</ResponseField>

<ResponseField name="instagram" type="String">
  Instagram URL.
</ResponseField>

<ResponseField name="whitepaper" type="String">
  Whitepaper URL.
</ResponseField>

<ResponseField name="blog" type="String">
  Blog URL.
</ResponseField>

<ResponseField name="email" type="String">
  Email contact.
</ResponseField>

<ResponseField name="coinmarketcap" type="String">
  CoinMarketCap URL.
</ResponseField>

<ResponseField name="coingecko" type="String">
  CoinGecko URL.
</ResponseField>

<ResponseField name="bitcointalk" type="String">
  Bitcointalk URL.
</ResponseField>

<ResponseField name="slack" type="String">
  Slack URL.
</ResponseField>

<ResponseField name="twitch" type="String">
  Twitch URL.
</ResponseField>

<ResponseField name="wechat" type="String">
  WeChat URL.
</ResponseField>
