> For the complete documentation index, see [llms.txt](https://wiki.corruptedlands.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.corruptedlands.com/gamemodes/skyblock/fishing/fishing-association.md).

# Fishing Association

## <mark style="color:purple;">Fishing Shop</mark>

You can access the fishing shop through the NPC "Edward." Each fish has a unique selling price based on its [<mark style="color:purple;">rarity</mark>](/gamemodes/skyblock/fishing/fish.md#fish-items). The shop uses a bucket system: if you don’t have a specific [<mark style="color:purple;">fish</mark>](/gamemodes/skyblock/fishing/fish.md#fish-items), its icon remains hidden. Once you have in your inventory any [<mark style="color:purple;">fish</mark>](/gamemodes/skyblock/fishing/fish.md#fish-items), its icon will appear, allowing you to click on it and sell it.

<figure><img src="/files/RfzjK4AYmVvPHKx9BGfe" alt=""><figcaption><p>Fishing Shop</p></figcaption></figure>

Each time you use the Sell All option with x5 fish, you'll receive an additional 0.1% multiplier as a bonus.

## <mark style="color:purple;">Edward's Mariner Market</mark>

At Edward's Mariner Market, you’ll find a variety of useful items like bait to enhance your fishing experience, as well as unique items you can trade fish for, such as fishing rods and other special items.

<figure><img src="/files/UN8W9sPEp6HaiXKwrfOq" alt="" width="563"><figcaption><p>Edward's Mariner Market</p></figcaption></figure>

## <mark style="color:purple;">Friendship</mark>

Earn friendship XP by selling fish at Edward's shop. The XP you receive increases with the rarity of the fish sold.

| Friendship | XP Requirement |
| ---------- | -------------- |
| Level 1    | 250            |
| Level 2    | 500            |
| Level 3    | 1000           |
| Level 4    | 1500           |
| Level 5    | 2500           |

<figure><img src="/files/DDZFAa8oPqJdE66tttOi" alt=""><figcaption><p>Edward's Friendship</p></figcaption></figure>

## <mark style="color:purple;">Friendship Rewards</mark>

In the Friendship Rewards, you can claim exclusive rewards by reaching specific friendship levels with Edward.

| Friendship | Reward                               |
| ---------- | ------------------------------------ |
| Level 1    | Jellyfish Tentacle Bait Recipe       |
| Level 2    | Fishing Compass Recipe               |
| Level 3    | Fish Name Tag                        |
| Level 4    | Shift Click to sell all fish in shop |
| Level 5    | Sell Multiplier x2.0 for each fish   |

<figure><img src="/files/IfrltLKoLznZMQWYapSF" alt=""><figcaption><p>Friendship Rewards</p></figcaption></figure>


---

# 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://wiki.corruptedlands.com/gamemodes/skyblock/fishing/fishing-association.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.
