# House of SLAM

The House of SLAM serves as the principal legislative body of the [SLAMai DAO](/governance/slamai-dao.md). It consists of representatives elected by [.slam NFT](/tokens/.slam-nft.md) holders.

***

### SLAM Improvement Proposals

SLAM Improvement Proposals (SIPs) can be submitted to the DAO by any .slam NFT holder. House members evaluate each SIP and decide which ones should be put up for a vote. The DAO's bylaws govern which types of SIPs can be approved by a House vote and which types require ratification through a vote by all .slam NFT holders.

All House-approved SIPs are then passed to the [SLAM Senate](/governance/slam-senate.md) for full ratification and enactment by the [DAO Administrator](/governance/dao-administrator.md).

***

### SLAM Curation Proposals

SLAM Curation Proposals (SCPs) can also be submitted to the DAO by any .slam NFT holder. These SCPs control which web3 data streams will flow through the [SLAMagent](/platforms/slamagent.md) pipeline and which enriched, proprietary data streams will flow gas-free onto [SLAMchain](/platforms/slamchain.md).

SCPs are approved by a House vote with enactment by the DAO Administrator.

***

### Composition & Election

Any .slam NFT holder in good-standing is eligible to run for office as a representative in the House of SLAM.

The DAO's bylaws govern the size and composition of the House, eligibility, length of terms, and election process by .slam NFT holders.


---

# Agent Instructions: 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.slamai.xyz/governance/house-of-slam.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.
