# Business Model

SlinkyLayer makes money in a way that is simple, visible, and aligned with actual usage.

Every time an API call happens through the network, SlinkyLayer takes a small protocol fee. The provider receives the large majority of the payment instantly, and the protocol captures a smaller share for operating the network and supporting the services around it.

This matters because the business model is tied to real activity. SlinkyLayer does not need to force providers into subscriptions, bundle them into enterprise plans, or delay payouts behind marketplace accounting cycles. The network earns when useful APIs are called. Providers earn when their service is used. Consumers pay only for what they actually request.

That creates a cleaner market on both sides.

### The protocol fee

SlinkyLayer takes a **5% fee on every pay-per-call transaction**.

That fee is captured directly in the payment flow, not through hidden platform charges or separate billing relationships. The economics are easy to understand:

* the consumer pays for a specific API call
* the provider receives 95% of that payment
* the protocol retains 5% to support network operations

This keeps the pricing legible. Providers do not need to guess what they will actually take home after settlement, and consumers do not need to untangle complex billing plans just to understand cost.

### Instant payouts to providers

One of the strongest parts of the system is payout speed.

Instead of waiting for monthly reconciliation or marketplace remittance cycles, providers are paid as calls happen. The payout goes directly to the provider wallet as part of the settlement flow.

That changes the economics for API builders in a meaningful way. On traditional platforms, monetization is often delayed, mediated, and tied to platform-controlled payout systems. In SlinkyLayer, the provider earns the moment their endpoint is used.

This makes the network more attractive not only for large providers, but also for smaller developers and niche API builders who want direct monetization without giving up control.

### What the protocol fee supports

The protocol fee does more than simply sustain transaction processing. It helps fund the network features that make SlinkyLayer useful as more than a payment wrapper.

That includes the core infrastructure around:

* settlement and routing
* discovery and listing infrastructure
* reputation systems
* protocol governance
* network services that improve visibility and participation

In other words, the fee supports both access and coordination. SlinkyLayer is not just handling payment. It is building the surrounding market structure that helps paid APIs become easier to trust, easier to find, and easier to use.

### $SLINKY Token utility

The token is meant to be useful inside the network. Its role is functional.

#### Governance

The token can be used to participate in protocol governance.

That means token holders can help shape decisions around network parameters such as listing rules, discovery logic, fee policies, reputation mechanisms, and other parts of the protocol that affect how the market operates.

This gives the network a way to evolve with input from the people actively using and contributing to it.

#### Rewards for useful participation

$SLINKY can also use token incentives to reward verified participation in the network.

That may include actions such as:

* submitting ratings after API usage
* contributing to discovery and curation
* helping strengthen trust signals across the ecosystem
* participating in quality or reputation systems

The point is to reward activity that makes the network better. Good marketplaces do not run on listings alone. They run on trust, signal, and ongoing participation.

#### Payment for network services

The token can also be used to pay for services inside the protocol, especially features that help providers stand out or operate more effectively.

Examples include:

* enhanced discovery
* premium listing visibility
* analytics or usage insights
* advanced placement or routing preferences
* other optional network services for providers and participants

### Reputation as part of the economic system

SlinkyLayer is not only a marketplace. It is also building a trust layer around API usage.

After a call, consumers can rate the API response. Those ratings feed into a portable reputation system based on ERC-8004. Over time, that creates a stronger discovery environment, where useful APIs are easier to identify and low-quality ones are easier to avoid.

This matters economically because better trust leads to better matching.

Providers with strong service quality are easier to discover.\
Consumers can make better choices with less guesswork.\
The network becomes more useful as more verified interactions take place.

That gives SlinkyLayer an advantage over older marketplace models where trust is trapped inside one platform and payout is disconnected from reputation.


---

# 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.slinky.network/functional-details/business-model.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.
