Microenterprise Components

digraph { overlap = false; splines=true layout = dot node [shape=box style=box fillcolor=gold penwidth=2] node [fillcolor=palegreen penwidth=1] 0 [label="Micro\nEnterprise" style=dashed shape=oval, color=black penwidth=4 fillcolor=white tooltip=""] 1 [label="Customer" shape=egg, color=bisque3 penwidth=6 fillcolor=white tooltip=""] 2 [label="Problem" shape=box, color=red penwidth=6 fillcolor=white tooltip=""] 3 [label="Solution" shape=box, color=green penwidth=6 fillcolor=white tooltip=""] 4 [label="Reward" shape=bos, color=gold penwidth=6 fillcolor=white tooltip=""] 5 [label="Ecosystem\nMicro-Community" style=dashed shape=ellipse, color=gold penwidth=6 fillcolor=white tooltip=""] 6 [label="P&L" shape=note, color=black penwidth=2 fillcolor=white tooltip=""] 7 [label="Contract" shape=signature, color=black penwidth=2 fillcolor=white tooltip=""] 8 [label="Principles" shape=triangle, color=black penwidth=6 fillcolor=white tooltip=""] 9 [label="Goal" shape=rarrow, color=pink penwidth=3 fillcolor=white tooltip=""] 10 [label="Base Pay" shape=bos, color=gold penwidth=6 fillcolor=white tooltip=""] 11 [label="Bonus" shape=bos, color=gold penwidth=6 fillcolor=white tooltip=""] 1->2 [label="" labeltooltip=""] 0->3 [label="" labeltooltip=""] 3->1 [label="" labeltooltip=""] 0->2 [label="" labeltooltip=""] 1->4 [label="" labeltooltip=""] 4->0 [label="" labeltooltip=""] 0->5 [label="" labeltooltip=""] 0->6 [label="" labeltooltip=""] 0->7 [label="" labeltooltip=""] 8->5 [label="" labeltooltip=""] 0->8 [label="" labeltooltip=""] 7->5 [label="" labeltooltip=""] 0->1 [label="" labeltooltip=""] 0->9 [label="" labeltooltip=""] 7->10 [label="" labeltooltip=""] 7->11 [label="" labeltooltip=""] 6->10 [label="" labeltooltip=""] 6->11 [label="" labeltooltip=""] 9->6 [label="" labeltooltip=""] 9->7 [label="" labeltooltip=""] }

This is the basic structure of a microenterprise ecosystem: Starts with an entrepreneur (ME) looking for Customers (Users) with Problems worth Solution.

The ME and all of its partners must operate based upon shared Principles.

The ME must take responsibility for everything and must live within it's own budget funded through the Rewards obtained from the users.

The ME must manage their own Profit and Loss Statement and avoid insolvency and ultimately make a profit.

The ME may partner with anyone. All agreements must be formalized in Contracts.

The sum total of all the contracted participants is an EMC, Ecosystem Micro-Community.

No two of any thing are identical, thus the designation "-n".

digraph { overlap = false; splines=true layout = dot node [shape=box style=filled fillcolor=gold penwidth=2] node [fillcolor=palegreen penwidth=1] 0 [label="ME-0" tooltip=""] 1 [label="User-0" shape=egg, color=bisque3 penwidth=6 fillcolor=white tooltip=""] 2 [label="Problem-0" shape=box3d color=lightblue fillcolor=white penwidth=3 tooltip=""] 3 [label="Solution-0" style=rounded fillcolor=white fontcolor=green color=green1 penwidth=3 tooltip=""] 4 [label="Reward-0" fillcolor=pink style=rounded penwidth=5 color=blue1 tooltip=""] 5 [label="EMC-0" fillcolor=chartreuse tooltip=""] 6 [label="P&L-0" tooltip=""] 7 [label="CContract-0" tooltip=""] 8 [label="Principle-0" tooltip=""] 9 [label="Goal-0" tooltip=""] 10 [label="Base Pay-0" tooltip=""] 11 [label="Bonus-0" tooltip=""] 1->2 [label="" labeltooltip=""] 0->3 [label="" labeltooltip=""] 3->1 [label="" labeltooltip=""] 0->2 [label="" labeltooltip=""] 1->4 [label="" labeltooltip=""] 4->0 [label="" labeltooltip=""] 0->5 [label="" labeltooltip=""] 0->6 [label="" labeltooltip=""] 0->7 [label="" labeltooltip=""] 8->5 [label="" labeltooltip=""] 0->8 [label="" labeltooltip=""] 7->5 [label="" labeltooltip=""] 0->1 [label="" labeltooltip=""] 0->9 [label="" labeltooltip=""] 7->10 [label="" labeltooltip=""] 7->11 [label="" labeltooltip=""] 6->10 [label="" labeltooltip=""] 6->11 [label="" labeltooltip=""] 9->6 [label="" labeltooltip=""] 9->7 [label="" labeltooltip=""] }