Skip to content

Commit

Permalink
Merge pull request #367 from HoomanDgtl/main
Browse files Browse the repository at this point in the history
remove: duplicate
  • Loading branch information
HoomanDgtl committed Sep 11, 2024
2 parents c465c59 + 71dd5ce commit edb0def
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions src/content/Docs/other-resources/marketplace/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ In a very simple reverse auction:
2. Providers bid on orders.
3. Tenants choose winning bids and create leases.

### Lifecycle of a Deployment

A typical application deployment on Akash will follow this flow:

1. The tenant describes their desired deployment in \[SDL], called a [deployment](#deployment).
Expand All @@ -51,20 +53,6 @@ The general workflow is:
2. Providers bid on orders.
3. Tenants choose winning bids and create leases.

### Lifecycle of a Deployment

The lifecycle of a typical application deployment is as follows:

1. The tenant describes their desired deployment in \[SDL], called a [deployment](#deployment).
2. The tenant submits that definition to the blockchain.
3. Their submission generates an [order](#order) on the marketplace.
4. Providers that would like to fulfill that order [bid](#bid) on it.
5. After some period of time, a winning [bid](#bid) for the [order](#order) is chosen, and a [lease](#lease) is created.
6. Once a [lease](#lease) has been created, the tenant submits a [manifest](/docs/getting-started/stack-definition-language/) to the provider.
7. The provider executes workloads as instructed by the [manifest](/docs/getting-started/stack-definition-language/).
8. The workload is running - if it is a web application it can be visited
9. The provider or tenant eventually closes the [lease](#lease), shutting down the workload.

## Payments

Leases are paid from deployment owner (tenant) to the provider through a deposit & withdraw mechanism.
Expand Down

0 comments on commit edb0def

Please sign in to comment.