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

# Sail Protocol

- [Sail Protocol](https://docs.sail.fun/sail-protocol/sail-protocol.md): Overview of the Sail Protocol
- [Ships, Captains, and Sailors](https://docs.sail.fun/sail-protocol/sail-protocol/ships-captains-and-sailors.md)
- [Fees](https://docs.sail.fun/sail-protocol/sail-protocol/fees.md)
- [Background](https://docs.sail.fun/sail-protocol/sail-protocol/background.md)
- [Captains](https://docs.sail.fun/sail-protocol/captains.md)
- [Overview](https://docs.sail.fun/sail-protocol/captains/overview.md)
- [Launching a Ship](https://docs.sail.fun/sail-protocol/captains/launching-a-ship.md)
- [Buying NFTs](https://docs.sail.fun/sail-protocol/captains/buying-nfts.md)
- [Listing NFTs](https://docs.sail.fun/sail-protocol/captains/listing-nfts.md)
- [Ships](https://docs.sail.fun/sail-protocol/ships.md)
- [$SHIP Token (Deprecated)](https://docs.sail.fun/sail-protocol/ships/ship-token.md): As of 2023.08.01, new Ships no longer mint ERC20 $SHIP tokens as membership Tokens. Instead, an ERC721 NFT called the Boarding Pass represents Ship Membership.
- [Boarding Pass NFT](https://docs.sail.fun/sail-protocol/ships/boarding-pass-nft.md): As of 2023.08.01, new Ships no longer mint ERC20 $SHIP tokens as membership Tokens. Instead, an ERC721 NFT called the Boarding Pass represents Ship Membership.
- [Lifecycle of a Ship](https://docs.sail.fun/sail-protocol/ships/lifecycle-of-a-ship.md): How do ships Build, Sail, and Dock?
- [Building](https://docs.sail.fun/sail-protocol/ships/lifecycle-of-a-ship/building.md): Functions: Ship Creation, Sailor Contributions, and NFT Purchases
- [Sailing](https://docs.sail.fun/sail-protocol/ships/lifecycle-of-a-ship/sailing.md): Functions: NFT Listing and ETH Claiming
- [Docked](https://docs.sail.fun/sail-protocol/ships/lifecycle-of-a-ship/docked.md): The final state of Ships on Sail.
- [Abandoned](https://docs.sail.fun/sail-protocol/ships/lifecycle-of-a-ship/abandoned.md): The status of failed Ships.
- [Sailors](https://docs.sail.fun/sail-protocol/sailors.md)
- [Overview](https://docs.sail.fun/sail-protocol/sailors/overview.md): The page lays out the various stages of a Ship's lifecycle.
- [Contributing ETH](https://docs.sail.fun/sail-protocol/sailors/contributing-eth.md)
- [Claiming ETH](https://docs.sail.fun/sail-protocol/sailors/claiming-eth.md)
- [Veto Listings](https://docs.sail.fun/sail-protocol/sailors/veto-listings.md)
- [Propose and Vote on Listings (Coming Soon)](https://docs.sail.fun/sail-protocol/sailors/propose-and-vote-on-listings-coming-soon.md): This feature is coming soon
- [Smart Contracts](https://docs.sail.fun/sail-protocol/smart-contracts.md)
- [Sail Contract Architecture](https://docs.sail.fun/sail-protocol/smart-contracts/sail-contract-architecture.md): Leveraging existing systems and building with modularity in mind.
- [Ship Module](https://docs.sail.fun/sail-protocol/smart-contracts/ship-module.md)
- [Specific Contracts](https://docs.sail.fun/sail-protocol/smart-contracts/specific-contracts.md)
- [Zodiac Modules](https://docs.sail.fun/sail-protocol/smart-contracts/zodiac-modules.md)
- [Third Party Contracts](https://docs.sail.fun/sail-protocol/smart-contracts/third-party-contracts.md)
- [Interfaces](https://docs.sail.fun/sail-protocol/smart-contracts/interfaces.md)
- [Audit](https://docs.sail.fun/sail-protocol/smart-contracts/audit.md)


---

# 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:

```
GET https://docs.sail.fun/sail-protocol.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
