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

# Support the Project

> Ways to support Vigolium's development, from starring the repository to a one-off donation.

Thank you for landing on this page. Vigolium is built and maintained in the open, and it stays that way because people find it useful and say so.

If you only do one thing, make it this: star the project on [<Icon icon="star" iconType="sharp-solid" color="#FFC107" /> GitHub](https://github.com/vigolium/vigolium/stargazers) and tell someone about it. Visibility is what keeps an open-source security tool alive.

And if Vigolium turned up something real for you — a bounty, a finding that mattered, an afternoon you got back — and you feel like sending something back, this page is where to do it. Entirely optional, and nothing here changes what you get: the scanner, the modules, the agentic modes, and the docs are the same for everyone.

## Free Ways to Help

These cost nothing and genuinely matter:

* **Star the repository** — [github.com/vigolium/vigolium](https://github.com/vigolium/vigolium)
* **Report a bug or a false positive** — a well-described FP with the request/response pair is worth a lot; it usually becomes a detection fix. Open an [issue](https://github.com/vigolium/vigolium/issues).
* **Share what you found** — a write-up, a tweet, a note in your team's channel. Mention the tool if it helped.
* **Contribute** — a scanner module, a JavaScript extension, a docs fix. Start with [Extending Vigolium](/customization/extending-vigolium).
* **Join the conversation** — [Discord](https://discord.gg/aHFypbAu6Y) · [X](https://x.com/vigolium) · [LinkedIn](https://www.linkedin.com/company/vigolium)

## Donate

<Callout>
  <div style={{ display: "flex", justifyContent: "space-around", marginTop: "1rem", flexWrap: "wrap", gap: "1rem" }}>
    <a
      href="https://github.com/sponsors/j3ssie"
      target="_blank"
      rel="noopener noreferrer"
      style={{
  backgroundColor: "#44475a",
  color: "white",
  padding: "0.5rem 1rem",
  borderRadius: "5px",
  textDecoration: "none",
  fontWeight: "bold",
  display: "inline-flex",
  alignItems: "center",
  gap: "0.5rem"
}}
    >
      GitHub <Icon icon="github" size={12} />
    </a>

    <a
      href="http://patreon.com/j3ssie"
      target="_blank"
      rel="noopener noreferrer"
      style={{
  backgroundColor: "#ff5e5b",
  color: "white",
  padding: "0.5rem 1rem",
  borderRadius: "5px",
  textDecoration: "none",
  fontWeight: "bold",
  display: "inline-flex",
  alignItems: "center",
  gap: "0.5rem"
}}
    >
      Patreon <Icon icon="patreon" size={12} />
    </a>

    <a
      href="https://ko-fi.com/j3ssie"
      target="_blank"
      rel="noopener noreferrer"
      style={{
  backgroundColor: "#2C92B8",
  color: "white",
  padding: "0.5rem 1rem",
  borderRadius: "5px",
  textDecoration: "none",
  fontWeight: "bold",
  display: "inline-flex",
  alignItems: "center",
  gap: "0.5rem"
}}
    >
      Ko-fi <Icon icon="mug-hot" size={12} />
    </a>

    <a
      href="https://paypal.me/j3ssiejjj"
      target="_blank"
      rel="noopener noreferrer"
      style={{
  backgroundColor: "#00457C",
  color: "white",
  padding: "0.5rem 1rem",
  borderRadius: "5px",
  textDecoration: "none",
  fontWeight: "bold",
  display: "inline-flex",
  alignItems: "center",
  gap: "0.5rem"
}}
    >
      PayPal <Icon icon="paypal" size={12} />
    </a>
  </div>
</Callout>

**One-off** — PayPal or Ko-fi are the quickest. **Recurring** — GitHub Sponsors or Patreon, any amount, cancel whenever.

### Crypto

```
BTC (BTC):        13ErAZgB94ySq4d5yC1gjDfZEVXcqT3769
BTC (ERC20):      0x055ff71344bcff0362c0eaf887439a73885da458
ETH (ERC20):      0x15F2C20F30Ee89c61A2f46cD726910a27E359a2F
BNB (BEP20):      0x15F2C20F30Ee89c61A2f46cD726910a27E359a2F
SOL (Solana):     6w4kMFhS61VGVvgxW29sdC3jnzbAFpP2Cpcd4UJXVSZc
USDC (Solana):    73XybrFZN5HixnPvgT7YG3r7tVWh2rKZVmNZGuZPFJwi
```

<Warning>
  Double-check the address and the network before sending. A transfer on the wrong chain can't be recovered.
</Warning>

### Something Else

If your company wants to arrange this differently — an invoice, a purchase order, a bank transfer — email [contact@vigolium.com](mailto:contact@vigolium.com) and we'll sort it out.

## Where It Goes

Straight back into the work: infrastructure and test targets, model credits for the agentic modes, and the time that goes into new modules, false-positive hunting, and these docs.

Thanks for reading this far. Go find something good.
