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

# View Opportunities

> Browse available sponsorship opportunities

Browse available sponsorship opportunities for events and initiatives.

## Available Opportunities

View sponsorships you can participate in:

* Upcoming events seeking sponsors
* Course sponsorship
* Platform-wide sponsorship
* Special initiatives

## Opportunity Details

Each opportunity shows:

* Event/initiative name
* Date and reach
* Sponsorship tiers available
* Benefits per tier
* Pricing

## Request Sponsorship

Requesting a sponsorship is an **Expression of Interest (EOI)** workflow.

Express interest in an opportunity:

1. Select opportunity
2. Choose tier
3. Submit interest
4. Association reviews
5. Contract and payment

If approved, the sponsorship is activated for the configured start/end dates and any tier benefits become available.

## Features

### View Opportunities

#### Acceptance Criteria

##### Frontend

* [ ] UI supports the workflows described in this feature.

##### Backend / API

* [ ] Backend behavior supports this feature as documented.

##### Permissions

* [ ] Access is restricted per the Capabilities matrix on this page (or equivalent role rules).

##### Business Rules

* [ ] All business rules for this feature are enforced.

##### Error Handling

* [ ] Error states return clear messages and appropriate HTTP status codes.

## Implementation Contracts

### Backend (API)

```
GET    /api/sponsor/opportunities            # Available opportunities
GET    /api/sponsor/opportunities/{id}       # Opportunity details
POST   /api/sponsor/opportunities/{id}/interest # Express interest
```
