> For the complete documentation index, see [llms.txt](https://docs.firelight.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.firelight.finance/resources/links-and-contact.md).

# Links & Contact

Official channels, key documents, and developer resources for Firelight Coverage.

### Cover terms

The complete, legally binding cover terms are published to IPFS and are the authoritative source for definitions, conditions, and the full exclusions list. Each Cover Token references the applicable terms via its `termsURI`.

{% hint style="info" %}
The direct IPFS link to the full cover terms document will be published here closer to launch.
{% endhint %}

### Risk Consortium

The consortium launches with five confirmed members: Hypernative, Cyfrin, Credora, GFX Labs, and Native.

{% hint style="info" %}
Member logos and a direct link to the Risk Consortium page on the Firelight website will be added here.
{% endhint %}

### General inquiries and support

Start with the official Firelight channels maintained by the Network . Authoritative channel URLs are listed below. The Phase 1 Resources page is no longer maintained.

| Channel                                          | Purpose                                                     |
| ------------------------------------------------ | ----------------------------------------------------------- |
| [Discord](https://discord.com/invite/m9APzp5KrJ) | Community discussion, general questions, ecosystem updates  |
| [X / Twitter](https://x.com/Firelightfi)         | Protocol updates, news, ecosystem content                   |
| [Blog](https://medium.com/@Firelight)            | Long-form content, launch announcements, technical writeups |

### Coverage-specific inquiries

| Topic                                               | Where to go                                                                  |
| --------------------------------------------------- | ---------------------------------------------------------------------------- |
| Institutional coverage onboarding                   | Contact form on the main Firelight site                                      |
| Protocol integration requests (new market listings) | Contact form on the main Firelight site, referencing the protocol and market |
| Risk Consortium inquiries                           | Direct outreach via the Network 's contact channel                           |
| Security disclosures                                | Official bug bounty submission channel (not public channels)                 |

Because coverage enablement is permissioned in the MVP, institutional program operators should begin with the onboarding contact form rather than public channels.

### Building on Firelight

Developers and protocol teams integrating with Firelight Coverage can review [Protocol Architecture](/protocol-architecture.md) for the coverage-specific components, and reach out through the partnerships channel for structured engagement. A public developer portal with full ABIs and integration guides is on the roadmap.

### Staying up to date

Major protocol changes, new approved markets, parameter adjustments, governance actions, material incidents, are announced through the official channels above.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.firelight.finance/resources/links-and-contact.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
