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

# Linkvertise

> Set up Linkvertise integration to monetize your key system with link shortening.

<Note>
  **Create Linkvertise Account**

  Visit [linkvertise.com](http://linkvertise.com) and create a new account.
</Note>

<Steps>
  <Step title="New Step">
    Navigate to your Linkvertise dashboard and find the Full Script API section.\
    Copy your publisher id out of the html tag\
    [Full Script API](https://publisher.linkvertise.com/dashboard#dynamic)

    <Check>
      Your publisher id can be found in the script tag (e.g. `<script src="https://publisher.linkvertise.com/cdn/linkvertise.js"></script><script>linkvertise(123456, {whitelist: [], blacklist: [""]});</script>`)
    </Check>
  </Step>

  <Step title="Get Anti-Bypass Token">
    Navigate to your Linkvertise dashboard and find the Settings section.\
    Check "Anti-Bypassing" and copy the token

    <Check>
      Your Anti-Bypass Token can be found in the Settings Page
    </Check>
  </Step>
</Steps>
